home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / alpha / PARTITIONS / USR_GZ / usr / include / sys / mtio.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-05-14  |  363 b   |  18 lines

  1. /*
  2.  * sys/mtio.h header file for Linux. Written by H. Bergman.
  3.  * Split into <sys/mtio.h> and <linux/mtio.h> by K. Makisara.
  4.  */
  5.  
  6. #ifndef _SYS_MTIO_H
  7. #define _SYS_MTIO_H
  8.  
  9. #include <sys/types.h>
  10. #include <sys/ioctl.h>
  11. #include <linux/mtio.h>
  12.  
  13. #ifndef DEFTAPE
  14. #define DEFTAPE "/dev/tape"    /* default tape device */
  15. #endif /* DEFTAPE */
  16.  
  17. #endif /* not _SYS_MTIO_H */
  18.