Make alternative sigcontextpath a little more generic.
[AROS.git] / compiler / include / exec / errors.h
blobd05db2ccf48be1ec7e00fb3e458b3c1a8450245d
1 #ifndef EXEC_ERRORS_H
2 #define EXEC_ERRORS_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: IO errors
9 Lang: english
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 */