home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ncr9800 / types.h < prev    next >
Text File  |  2020-01-01  |  326b  |  14 lines

  1. typedef    struct { int r[1]; } *    physadr;
  2. typedef    long        daddr_t;
  3. typedef    char *        caddr_t;
  4. typedef    unsigned int    uint;
  5. typedef    unsigned short    ushort;
  6. typedef    ushort        ino_t;
  7. typedef short        cnt_t;
  8. typedef    long        time_t;
  9. typedef    int        label_t[13];
  10. typedef    short        dev_t;
  11. typedef    long        off_t;
  12. typedef    long        paddr_t;
  13. typedef    long        key_t;
  14.