5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
12 #define IOERR_OPENFAIL (-1)
13 #define IOERR_ABORTED (-2)
14 #define IOERR_NOCMD (-3)
15 #define IOERR_BADLENGTH (-4)
16 #define IOERR_BADADDRESS (-5)
17 #define IOERR_UNITBUSY (-6)
18 #define IOERR_SELFTEST (-7)
20 #endif /* EXEC_ERRORS_H */