summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Krutwig <alexander.krutwig@embedded-brains.de>2015-03-04 13:07:02 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-03-05 08:45:36 +0100
commit51acbdc19c0558e19df2cac846c7154eb7087c32 (patch)
tree0ba3936b14f726971e713673ec1f65f5ca8c9692
parentMove test support from sapi to libmisc/testsupport (diff)
downloadrtems-51acbdc19c0558e19df2cac846c7154eb7087c32.tar.bz2
score: Documentation
-rw-r--r--cpukit/score/include/rtems/score/interr.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 2100c13e07..e0cedafa4e 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -43,8 +43,21 @@ extern "C" {
* can be reported.
*/
typedef enum {
+ /**
+ * @brief Errors of the core system.
+ *
+ * @see Internal_errors_Core_list.
+ */
INTERNAL_ERROR_CORE,
+
+ /**
+ * @brief Errors of the RTEMS API.
+ */
INTERNAL_ERROR_RTEMS_API,
+
+ /**
+ * @brief Errors of the POSIX API.
+ */
INTERNAL_ERROR_POSIX_API,
/**