open-cas-linux/modules/cas_cache/volume/vol_block_dev_bottom.h
Robert Baldyga 5820e17e21 Drop support for submit_* ops
Signed-off-by: Robert Baldyga <robert.baldyga@huawei.com>
2024-09-13 12:38:26 +02:00

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__ */