c-user/directive_status_codes.rst: Add RTEMS_IO_ERROR and RTEMS_INTERRUPTED

This commit is contained in:
Joel Sherrill 2019-11-06 18:26:05 -06:00
parent bef968f923
commit 4e9197ae0b

View File

@ -78,6 +78,10 @@ The directives are:
- RTEMS inconsistency detected
* - ``RTEMS_NO_MEMORY``
- could not get enough memory
* - ``RTEMS_IO_ERROR``
- driver I/O error
* - ``RTEMS_INTERRUPTED``
- returned by driver to indicate interrupted operation
.. raw:: latex