home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / cmds / root.3 / usr / include / libgenIO.h / libgenIO
Text File  |  1998-08-19  |  1KB  |  38 lines

  1. /*
  2.  * Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved. 
  3.  *                                                                         
  4.  *        THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE               
  5.  *                   SANTA CRUZ OPERATION INC.                             
  6.  *                                                                         
  7.  *   The copyright notice above does not evidence any actual or intended   
  8.  *   publication of such source code.                                      
  9.  */
  10.  
  11. /*        copyright    "%c%"     */
  12.  
  13. #ident    "@(#)head.usr:libgenIO.h    1.2.5.2"
  14. #ident  "$Header: libgenIO.h 1.3 91/06/21 $"
  15.  
  16. /* device types */
  17.  
  18. #define G_NO_DEV    0    /* device does not require special treatment */
  19. #define    G_FILE        1    /* file, not a device */
  20. #define G_3B2_HD    2    /* 3B2 hard disk */
  21. #define G_3B2_FD    3    /* 3B2 floppy diskette */
  22. #define G_3B2_CTC    4    /* 3B2 cartridge tape */
  23. #define G_SCSI_HD    5    /* scsi hard disk */
  24. #define G_SCSI_FD    6    /* scsi floppy diskette */
  25. #define G_SCSI_9T    7    /* scsi 9-track tape */
  26. #define G_SCSI_Q24    8    /* scsi QIC-24 tape */
  27. #define G_SCSI_Q120    9    /* scsi QIC-120 tape */
  28. #define G_386_HD    10    /* 386 hard disk */
  29. #define G_386_FD    11    /* 386 floppy disk */
  30. #define G_386_Q24    12    /* 386 QIC-24 tape */
  31. #define    G_TAPE        13    /* 9 Track tape */
  32. #define    G_DEV_MAX    14    /* last valid device type */
  33.  
  34. /* special defines for the 3B2 cartridge tape */
  35.  
  36. #define O_CTSPECIAL    0200
  37. #define STREAMON    's'
  38.