/* SPDX-License-Identifier: GPL-2.0 */ #ifndef CCISS_IOCTLH #define CCISS_IOCTLH #include <uapi/linux/cciss_ioctl.h> #ifdef CONFIG_COMPAT /* 32 bit compatible ioctl structs */ IOCTL32_Command_struct; BIG_IOCTL32_Command_struct; #define CCISS_PASSTHRU32 … #define CCISS_BIG_PASSTHRU32 … #endif /* CONFIG_COMPAT */ #endif