Elliott Hughes | 180edef | 2023-11-02 00:08:05 +0000 | [diff] [blame^] | 1 | /* |
| 2 | * This file is auto-generated. Modifications will be lost. |
| 3 | * |
| 4 | * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ |
| 5 | * for more information. |
| 6 | */ |
Christopher Ferris | 6048173 | 2015-09-17 21:22:44 -0700 | [diff] [blame] | 7 | #ifndef _SCSI_IOCTL_H |
| 8 | #define _SCSI_IOCTL_H |
| 9 | #define SCSI_IOCTL_SEND_COMMAND 1 |
| 10 | #define SCSI_IOCTL_TEST_UNIT_READY 2 |
Christopher Ferris | 6048173 | 2015-09-17 21:22:44 -0700 | [diff] [blame] | 11 | #define SCSI_IOCTL_BENCHMARK_COMMAND 3 |
| 12 | #define SCSI_IOCTL_SYNC 4 |
| 13 | #define SCSI_IOCTL_START_UNIT 5 |
| 14 | #define SCSI_IOCTL_STOP_UNIT 6 |
Christopher Ferris | 6048173 | 2015-09-17 21:22:44 -0700 | [diff] [blame] | 15 | #define SCSI_IOCTL_DOORLOCK 0x5380 |
| 16 | #define SCSI_IOCTL_DOORUNLOCK 0x5381 |
| 17 | #define SCSI_REMOVAL_PREVENT 1 |
| 18 | #define SCSI_REMOVAL_ALLOW 0 |
Christopher Ferris | 6048173 | 2015-09-17 21:22:44 -0700 | [diff] [blame] | 19 | #endif |