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