[rtems-docs commit] c-user/directive_status_codes.rst: Add RTEMS_IO_ERROR and RTEMS_INTERRUPTED

Joel Sherrill joel at rtems.org
Thu Nov 7 00:37:53 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    4e9197ae0bf77b53cab8e5b740e18daa6c1addbd
Changeset: http://git.rtems.org/rtems-docs/commit/?id=4e9197ae0bf77b53cab8e5b740e18daa6c1addbd

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Nov  6 18:26:05 2019 -0600

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

---

 c-user/directive_status_codes.rst | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/c-user/directive_status_codes.rst b/c-user/directive_status_codes.rst
index 15ae639..1331076 100644
--- a/c-user/directive_status_codes.rst
+++ b/c-user/directive_status_codes.rst
@@ -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
 



More information about the vc mailing list