From 7d352a49b7268d94580b25e77d5028dd452fd2c9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 28 Aug 1997 13:59:41 +0000 Subject: Added RTEMS_IO_ERROR status code. --- c/src/exec/rtems/include/rtems/rtems/status.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'c/src/exec/rtems/include/rtems/rtems/status.h') diff --git a/c/src/exec/rtems/include/rtems/rtems/status.h b/c/src/exec/rtems/include/rtems/rtems/status.h index cff32c0f83..b0895bda8d 100644 --- a/c/src/exec/rtems/include/rtems/rtems/status.h +++ b/c/src/exec/rtems/include/rtems/rtems/status.h @@ -53,7 +53,8 @@ typedef enum { RTEMS_NOT_IMPLEMENTED = 24, /* directive not implemented */ RTEMS_INTERNAL_ERROR = 25, /* RTEMS inconsistency detected */ RTEMS_NO_MEMORY = 26, /* could not get enough memory */ - RTEMS_PROXY_BLOCKING = 27 /* internal error only */ + RTEMS_IO_ERROR = 27, /* driver IO error */ + RTEMS_PROXY_BLOCKING = 28 /* internal error only */ } rtems_status_code; #define RTEMS_STATUS_CODES_FIRST RTEMS_SUCCESSFUL -- cgit v1.2.3