home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / unixtools / unixlib / clib / sys / h / dev next >
Encoding:
Text File  |  1992-07-21  |  258 b   |  16 lines

  1. /* sys/dev.h (c) Copyright 1990 H.Rogers */
  2.  
  3. #ifndef __SYS_DEV_H
  4. #define __SYS_DEV_H
  5.  
  6. #ifndef __SYS_TYPES_H
  7. #include "sys/types.h"
  8. #endif
  9.  
  10. /* major device numbers */
  11.  
  12. #define DEV_RISCOS    0    /* RiscOS file system */
  13. #define DEV_TTY     1    /* console tty */
  14.  
  15. #endif
  16.