repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
make includes fix from trunk
[minix.git]
/
include
/
sys
/
ioc_scsi.h
blob
23c267a93c54564a4cca8a6a92515850392136fe
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 */