Browse Source

add legacy scsi/scsi_ioctl.h header

rofl0r 11 years ago
parent
commit
0636d5977a
1 changed files with 11 additions and 0 deletions
  1. 11 0
      include/scsi/scsi_ioctl.h

+ 11 - 0
include/scsi/scsi_ioctl.h

@@ -0,0 +1,11 @@
+#ifndef _SCSI_IOCTL_H
+#define _SCSI_IOCTL_H
+#define SCSI_IOCTL_SEND_COMMAND 1
+#define SCSI_IOCTL_TEST_UNIT_READY 2
+#define SCSI_IOCTL_BENCHMARK_COMMAND 3
+#define SCSI_IOCTL_SYNC 4
+#define SCSI_IOCTL_START_UNIT 5
+#define SCSI_IOCTL_STOP_UNIT 6
+#define SCSI_IOCTL_DOORLOCK 0x5380
+#define SCSI_IOCTL_DOORUNLOCK 0x5381
+#endif