home *** CD-ROM | disk | FTP | other *** search
- #ifndef EXEC_ERRORS_H
- #define EXEC_ERRORS_H
-
- /*******************************************************************
- pOS / Amiga adapt
- *******************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef __INC_POS_PEXEC_DEVICE_H
- #include <p:pExec/Device.h>
- #endif
-
- #define IOERR_OPENFAIL IOERR_OpenFail
- #define IOERR_ABORTED IOERR_Aborted
- #define IOERR_NOCMD IOERR_NoCMD
- #define IOERR_BADLENGTH IOERR_BadLength
- #define IOERR_BADADDRESS IOERR_BadAddress
- #define IOERR_UNITBUSY IOERR_UnitBusy
- #define IOERR_SELFTEST IOERR_Selftest
-
- #endif /* EXEC_ERRORS_H */
-