summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/score/include/rtems/score/interr.h')
-rw-r--r--c/src/exec/score/include/rtems/score/interr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/exec/score/include/rtems/score/interr.h b/c/src/exec/score/include/rtems/score/interr.h
index e999ceff7a..f3fba47f66 100644
--- a/c/src/exec/score/include/rtems/score/interr.h
+++ b/c/src/exec/score/include/rtems/score/interr.h
@@ -30,7 +30,8 @@ extern "C" {
typedef enum {
INTERNAL_ERROR_CORE,
INTERNAL_ERROR_RTEMS_API,
- INTERNAL_ERROR_POSIX_API
+ INTERNAL_ERROR_POSIX_API,
+ INTERNAL_ERROR_ITRON_API
} Internal_errors_Source;
/*