mirror of git://git.musl-libc.org/musl
12 lines
322 B
C
12 lines
322 B
C
|
#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
|