source:
trunk/minix/include/sys/ioc_scsi.h@
10
Last change on this file since 10 was 9, checked in by , 13 years ago | |
---|---|
File size: 237 bytes |
Line | |
---|---|
1 | /* sys/ioc_scsi.h - SCSI ioctl() command codes. Author: Kees J. Bot |
2 | * 23 Nov 2002 |
3 | * |
4 | */ |
5 | |
6 | #ifndef _S_I_SCSI_H |
7 | #define _S_I_SCSI_H |
8 | |
9 | #include <minix/ioctl.h> |
10 | |
11 | #define SCIOCCMD _IOW('S', 1, struct scsicmd) |
12 | |
13 | #endif /* _S_I_SCSI_H */ |
Note:
See TracBrowser
for help on using the repository browser.