mirror of https://git.musl-libc.org/git/musl
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
322 B
11 lines
322 B
#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
|
|
|