summaryrefslogtreecommitdiff
path: root/cpukit/score/include/rtems/score/interr.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:08:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:08:47 +0000
commit226d66d54cb84869225a685bc94d4473a6fc622d (patch)
treee76c494333033e9867fd6b8f04ebea5809ea03ee /cpukit/score/include/rtems/score/interr.h
parent691a5c6c541cd19208e4769f46d19b18799f6a15 (diff)
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/interr.h: Remove ITRON.
Diffstat (limited to 'cpukit/score/include/rtems/score/interr.h')
-rw-r--r--cpukit/score/include/rtems/score/interr.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/score/interr.h b/cpukit/score/include/rtems/score/interr.h
index 775c664a77..6f35ed9569 100644
--- a/cpukit/score/include/rtems/score/interr.h
+++ b/cpukit/score/include/rtems/score/interr.h
@@ -43,8 +43,7 @@ extern "C" {
typedef enum {
INTERNAL_ERROR_CORE,
INTERNAL_ERROR_RTEMS_API,
- INTERNAL_ERROR_POSIX_API,
- INTERNAL_ERROR_ITRON_API
+ INTERNAL_ERROR_POSIX_API
} Internal_errors_Source;
/**