home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / exec / errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  622 b   |  24 lines

  1. #ifndef    EXEC_ERRORS_H
  2. #define    EXEC_ERRORS_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #ifndef EXEC_TYPES_H
  9. #include <exec/types.h>
  10. #endif
  11. #ifndef __INC_POS_PEXEC_DEVICE_H
  12. #include <p:pExec/Device.h>
  13. #endif
  14.  
  15. #define IOERR_OPENFAIL     IOERR_OpenFail
  16. #define IOERR_ABORTED     IOERR_Aborted
  17. #define IOERR_NOCMD     IOERR_NoCMD
  18. #define IOERR_BADLENGTH     IOERR_BadLength
  19. #define IOERR_BADADDRESS IOERR_BadAddress
  20. #define IOERR_UNITBUSY     IOERR_UnitBusy
  21. #define IOERR_SELFTEST     IOERR_Selftest
  22.  
  23. #endif    /* EXEC_ERRORS_H */
  24.