logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

scsi_ioctl.h (322B)


  1. #ifndef _SCSI_IOCTL_H
  2. #define _SCSI_IOCTL_H
  3. #define SCSI_IOCTL_SEND_COMMAND 1
  4. #define SCSI_IOCTL_TEST_UNIT_READY 2
  5. #define SCSI_IOCTL_BENCHMARK_COMMAND 3
  6. #define SCSI_IOCTL_SYNC 4
  7. #define SCSI_IOCTL_START_UNIT 5
  8. #define SCSI_IOCTL_STOP_UNIT 6
  9. #define SCSI_IOCTL_DOORLOCK 0x5380
  10. #define SCSI_IOCTL_DOORUNLOCK 0x5381
  11. #endif