From 424e47e9b596e50464f99ce33ca1d341c15790a0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 04:21:19 +0000 Subject: =?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 * score/include/rtems/score/object.h: Remove OBJECTS_ITRON_API. --- cpukit/score/include/rtems/score/object.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'cpukit/score/include/rtems/score/object.h') 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 -- cgit v1.2.3