Move primary cache code to libminixfs.
[minix.git] / common / include / sys / ioc_tape.h
blobf3cda0d83e4624453c9e672c329efffa39c45c93
1 /* sys/ioc_tape.h - Magnetic Tape ioctl() command codes.
2 * Author: Kees J. Bot
3 * 23 Nov 2002
5 */
7 #ifndef _S_I_TAPE_H
8 #define _S_I_TAPE_H
10 #include <minix/ioctl.h>
12 #define MTIOCTOP _IOW('M', 1, struct mtop)
13 #define MTIOCGET _IOR('M', 2, struct mtget)
15 #endif /* _S_I_TAPE_H */