home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROS_m68k_bin.lha / AROS / include / dos / filehandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-08  |  627 b   |  24 lines

  1. #ifndef DOS_FILEHANDLER_H
  2. #define DOS_FILEHANDLER_H
  3.  
  4. #define DE_TABLESIZE    0
  5. #define DE_SIZEBLOCK    1    /* LONGs per block. */
  6. #define DE_BLOCKSIZE    2    /* Bytes per block. */
  7. #define DE_NUMHEADS    3
  8. #define DE_BLKSPERTRACK 5
  9. #define DE_RESERVEDBLKS 6
  10. #define DE_INTERLEAVE    8
  11. #define DE_LOWCYL    9    /* First cylinder of partition. */
  12. #define DE_HIGHCYL    10    /* Last cylinder of partition. */
  13. #define DE_UPPERCYL    10    /* Alias. */
  14. #define DE_NUMBUFFERS    11
  15. #define DE_BUFMEMTYPE    12
  16. #define DE_MAXTRANSFER    13
  17. #define DE_MASK        14
  18. #define DE_BOOTPRI    15
  19. #define DE_DOSTYPE    16
  20. #define DE_BAUD        17
  21. #define DE_CONTROL    18
  22. #define DE_BOOTBLOCKS    19
  23.  
  24. #endif