summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:21:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 04:21:19 +0000
commit424e47e9b596e50464f99ce33ca1d341c15790a0 (patch)
tree63b0b7a7b268d48103b5072dbb73954c2a2dea0c
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-424e47e9b596e50464f99ce33ca1d341c15790a0.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
-rw-r--r--cpukit/ChangeLog1
-rw-r--r--cpukit/score/include/rtems/score/object.h5
2 files changed, 3 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 986b317ceb..1f37cc25dd 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,6 @@
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API.
* score/include/rtems/score/thread.h: Remove ITRON.
* score/include/rtems/score/interr.h: Remove ITRON.
* rtems/mainpage.h: Remove comment referring to ITRON.
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 7b49eb0bf7..2ee8c66c8d 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -222,12 +222,11 @@ typedef enum {
OBJECTS_NO_API = 0,
OBJECTS_INTERNAL_API = 1,
OBJECTS_CLASSIC_API = 2,
- OBJECTS_POSIX_API = 3,
- OBJECTS_ITRON_API = 4
+ OBJECTS_POSIX_API = 3
} Objects_APIs;
/** This macro is used to generically specify the last API index. */
-#define OBJECTS_APIS_LAST OBJECTS_ITRON_API
+#define OBJECTS_APIS_LAST OBJECTS_POSIX_API
/**
* This enumerated type is used in the class field of the object ID