|
|
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 MTREWIND 0 /* Rewind */
13: #define MTWEOF 1 /* Write end of file mark */
14: #define MTRSKIP 2 /* Record skip */
15: #define MTFSKIP 3 /* File skip */
16: #define MTDEC 4 /* DEC mode */
17: #define MTIBM 5 /* IBM mode */
18: #define MT800 6 /* 800 bpi */
19: #define MT1600 7 /* 1600 bpi */
20: #define MT6250 8 /* 6250 bpi */
21:
22: #define MTTENSE 100 /* Tension tape */
23: #define MTERASE 101 /* Erase tape */
24:
25: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.