|
|
1.1 root 1: /* (-lgl
2: * COHERENT 386 Device Driver Kit release 2.0
3: * Copyright (c) 1982, 1992 by Mark Williams Company.
4: * All rights reserved. May not be copied without permission.
5: -lgl) */
6:
7: /*
8: * Magnetic tape ioctl commands.
9: */
10: #ifndef __SYS_MTIOCTL_H__
11: #define __SYS_MTIOCTL_H__
12:
13: #define MTIOC ('M'<<8)
14: #define MTREWIND (MTIOC|1) /* Rewind */
15: #define MTWEOF (MTIOC|2) /* Write end of file mark */
16: #define MTRSKIP (MTIOC|3) /* Record skip */
17: #define MTFSKIP (MTIOC|4) /* File skip */
18: #define MTDEC (MTIOC|5) /* DEC mode */
19: #define MTIBM (MTIOC|6) /* IBM mode */
20: #define MT800 (MTIOC|7) /* 800 bpi */
21: #define MT1600 (MTIOC|8) /* 1600 bpi */
22: #define MT6250 (MTIOC|9) /* 6250 bpi */
23:
24: #define MTTENSE (MTIOC|10) /* Tension tape */
25: #define MTERASE (MTIOC|11) /* Erase tape */
26:
27: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.