00001 /* sys/ioc_tape.h - Magnetic Tape ioctl() command codes. 00002 * Author: Kees J. Bot 00003 * 23 Nov 2002 00004 * 00005 */ 00006 00007 #ifndef _S_I_TAPE_H 00008 #define _S_I_TAPE_H 00009 00010 #include <minix/ioctl.h> 00011 00012 #define MTIOCTOP _IOW('M', 1, struct mtop) 00013 #define MTIOCGET _IOR('M', 2, struct mtget) 00014 00015 #endif /* _S_I_TAPE_H */
1.4.6