summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/object.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 03:58:21 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-06-18 03:58:21 +0000
commitc51318ad23cc04f58faacfb25c7ea7cd79dd7396 (patch)
tree6008202559482ceedb3fa844608d7ba9594d0be5 /cpukit/score/include/rtems/score/object.h
parent2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c51318ad23cc04f58faacfb25c7ea7cd79dd7396.tar.bz2
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* core/include/rtems/score/object.h: Remove Objects_ITRON_API.
Diffstat (limited to 'cpukit/score/include/rtems/score/object.h')
-rw-r--r--cpukit/score/include/rtems/score/object.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/cpukit/score/include/rtems/score/object.h b/cpukit/score/include/rtems/score/object.h
index 2d857a2f3c..7b49eb0bf7 100644
--- a/cpukit/score/include/rtems/score/object.h
+++ b/cpukit/score/include/rtems/score/object.h
@@ -287,25 +287,6 @@ typedef enum {
#define OBJECTS_POSIX_CLASSES_LAST OBJECTS_POSIX_RWLOCKS
/**
- * This enumerated type is used in the class field of the object ID
- * for the ITRON API.
- */
-typedef enum {
- OBJECTS_ITRON_NO_CLASS = 0,
- OBJECTS_ITRON_TASKS = 1,
- OBJECTS_ITRON_EVENTFLAGS = 2,
- OBJECTS_ITRON_MAILBOXES = 3,
- OBJECTS_ITRON_MESSAGE_BUFFERS = 4,
- OBJECTS_ITRON_PORTS = 5,
- OBJECTS_ITRON_SEMAPHORES = 6,
- OBJECTS_ITRON_VARIABLE_MEMORY_POOLS = 7,
- OBJECTS_ITRON_FIXED_MEMORY_POOLS = 8
-} Objects_ITRON_API;
-
-/** This macro is used to generically specify the last API index. */
-#define OBJECTS_ITRON_CLASSES_LAST OBJECTS_ITRON_FIXED_MEMORY_POOLS
-
-/**
* This enumerated type lists the locations which may be returned
* by _Objects_Get. These codes indicate the success of locating
* an object with the specified ID.