source:
trunk/minix/include/sys/ioc_tape.h@
11
Last change on this file since 11 was 9, checked in by , 14 years ago | |
---|---|
File size: 296 bytes |
Line | |
---|---|
1 | /* sys/ioc_tape.h - Magnetic Tape ioctl() command codes. |
2 | * Author: Kees J. Bot |
3 | * 23 Nov 2002 |
4 | * |
5 | */ |
6 | |
7 | #ifndef _S_I_TAPE_H |
8 | #define _S_I_TAPE_H |
9 | |
10 | #include <minix/ioctl.h> |
11 | |
12 | #define MTIOCTOP _IOW('M', 1, struct mtop) |
13 | #define MTIOCGET _IOR('M', 2, struct mtget) |
14 | |
15 | #endif /* _S_I_TAPE_H */ |
Note:
See TracBrowser
for help on using the repository browser.