/* * sys/mtio.h header file for Linux. Written by H. Bergman. * Split into and by K. Makisara. */ #ifndef _SYS_MTIO_H #define _SYS_MTIO_H #include #include #include #ifndef DEFTAPE #define DEFTAPE "/dev/tape" /* default tape device */ #endif /* DEFTAPE */ #endif /* not _SYS_MTIO_H */