add legacy scsi/scsi_ioctl.h header

This commit is contained in:
rofl0r 2013-07-03 17:52:44 +02:00
parent f206fec1c8
commit 0636d5977a

11
include/scsi/scsi_ioctl.h Normal file
View File

@ -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