From c51318ad23cc04f58faacfb25c7ea7cd79dd7396 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 03:58:21 +0000 Subject: [PATCH] =?UTF-8?q?2010-06-18=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * core/include/rtems/score/object.h: Remove Objects_ITRON_API. --- cpukit/ChangeLog | 1 + cpukit/score/include/rtems/score/object.h | 19 ------------------- 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index a8077638ad..7e5a4f9804 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2010-06-18 Ralf Corsépius + * core/include/rtems/score/object.h: Remove Objects_ITRON_API. * rtems/src/rtemsobjectgetapiclassname.c, sapi/include/rtems/config.h, sapi/src/exinit.c: Remove RTEMS_ITRON_API conditional blocks. 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 @@ -286,25 +286,6 @@ typedef enum { /** This macro is used to generically specify the last API index. */ #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