1 #ifndef _SCSI_IOCTL_H 2 #define _SCSI_IOCTL_H 3 4 #ifndef _CONFIG_H 5 #include <linux/config.h> 6 #endif 7 8 #define SCSI_IOCTL_PROBE_HOST 0 9 #define SCSI_IOCTL_SEND_COMMAND 1 10 11 #ifdef CONFIG_BLK_DEV_SD 12 /* Should start at 128 */ 13 #endif 14 15 #ifdef CONFIG_BLK_DEV_SD 16 /* Should start at 256 */ 17 #endif 18 19 #endif 20 21