Added RTEMS_IO_ERROR.

This commit is contained in:
Joel Sherrill
1999-12-13 14:49:38 +00:00
parent 49be66d2cf
commit d9230ea9c0
3 changed files with 3 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ rtems_assoc_t rtems_status_assoc[] = {
{ "directive not implemented", RTEMS_NOT_IMPLEMENTED, },
{ "RTEMS inconsistency detected", RTEMS_INTERNAL_ERROR, },
{ "could not get enough memory", RTEMS_NO_MEMORY, },
{ "driver IO error", RTEMS_IO_ERROR, },
{ "internal multiprocessing only", THREAD_STATUS_PROXY_BLOCKING, },
{ 0, 0, 0 },
};

View File

@@ -89,6 +89,7 @@ rtems_assoc_t rtems_status_assoc[] = {
{ "directive not implemented", RTEMS_NOT_IMPLEMENTED, },
{ "RTEMS inconsistency detected", RTEMS_INTERNAL_ERROR, },
{ "could not get enough memory", RTEMS_NO_MEMORY, },
{ "driver IO error", RTEMS_IO_ERROR, },
{ "internal multiprocessing only", THREAD_STATUS_PROXY_BLOCKING, },
{ 0, 0, 0 },
};