source:
trunk/minix/include/sys/ioc_scsi.h@
18
| Last change on this file since 18 was 9, checked in by , 15 years ago | |
|---|---|
| File size: 237 bytes | |
| Rev | Line | |
|---|---|---|
| [9] | 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.