/* SPDX-License-Identifier: GPL-2.0 */ #ifndef TARGET_CORE_IBLOCK_H #define TARGET_CORE_IBLOCK_H #include <linux/atomic.h> #include <linux/refcount.h> #include <linux/blkdev.h> #include <target/target_core_base.h> #define IBLOCK_VERSION … #define IBLOCK_MAX_CDBS … struct iblock_req { … } ____cacheline_aligned; #define IBDF_HAS_UDEV_PATH … #define IBD_PLUGF_PLUGGED … struct iblock_dev_plug { … }; struct iblock_dev { … } ____cacheline_aligned; #endif /* TARGET_CORE_IBLOCK_H */