projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f206fec
)
add legacy scsi/scsi_ioctl.h header
author
rofl0r
<retnyg@gmx.net>
Wed, 3 Jul 2013 15:52:44 +0000
(17:52 +0200)
committer
rofl0r
<retnyg@gmx.net>
Wed, 3 Jul 2013 16:07:50 +0000
(18:07 +0200)
include/scsi/scsi_ioctl.h
[new file with mode: 0644]
patch
|
blob
diff --git a/include/scsi/scsi_ioctl.h
b/include/scsi/scsi_ioctl.h
new file mode 100644
(file)
index 0000000..
22df7fe
--- /dev/null
+++ b/
include/scsi/scsi_ioctl.h
@@ -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