mirror of
git://git.musl-libc.org/musl
synced 2024-11-23 18:14:19 +08:00
add legacy scsi/scsi_ioctl.h header
This commit is contained in:
parent
f206fec1c8
commit
0636d5977a
11
include/scsi/scsi_ioctl.h
Normal file
11
include/scsi/scsi_ioctl.h
Normal 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
|
Loading…
Reference in New Issue
Block a user