score: Documentation

This commit is contained in:
Alexander Krutwig
2015-03-04 13:07:02 +01:00
committed by Sebastian Huber
parent 18d0a49129
commit 51acbdc19c

View File

@@ -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,
/**