12 lines
267 B
C
12 lines
267 B
C
/*
|
|
* Copyright(c) 2012-2022 Intel Corporation
|
|
* Copyright(c) 2024 Huawei Technologies
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
#ifndef __VOL_BLOCK_DEV_BOTTOM_H__
|
|
#define __VOL_BLOCK_DEV_BOTTOM_H__
|
|
int block_dev_init(void);
|
|
|
|
#endif /* __VOL_BLOCK_DEV_BOTTOM_H__ */
|