make includes fix from trunk
[minix.git] / include / sys / ioc_scsi.h
blob23c267a93c54564a4cca8a6a92515850392136fe
1 /* sys/ioc_scsi.h - SCSI ioctl() command codes. Author: Kees J. Bot
2 * 23 Nov 2002
4 */
6 #ifndef _S_I_SCSI_H
7 #define _S_I_SCSI_H
9 #include <minix/ioctl.h>
11 #define SCIOCCMD _IOW('S', 1, struct scsicmd)
13 #endif /* _S_I_SCSI_H */