#ifndef EXEC_ERRORS_H #define EXEC_ERRORS_H /* ** $Filename: exec/errors.h $ ** $Release: 2.04 Includes, V37.4 $ ** $Revision: 36.6 $ ** $Date: 90/05/27 $ ** ** Standard Device IO Errors (returned in io_Error) ** ** (C) Copyright 1985-1991 Commodore-Amiga, Inc. ** All Rights Reserved */ #define IOERR_OPENFAIL (-1) #define IOERR_ABORTED (-2) #define IOERR_NOCMD (-3) #define IOERR_BADLENGTH (-4) #define IOERR_BADADDRESS (-5) #define IOERR_UNITBUSY (-6) #define IOERR_SELFTEST (-7) #endif