From 1a5f4bc7726a5fb49770ca221d421037824c79a2 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 18 Jun 2010 04:04:05 +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 * sapi/include/rtems/config.h: Remove ITRON. --- cpukit/ChangeLog | 1 + cpukit/sapi/include/rtems/config.h | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 55d16b79c6..3b7747dd8f 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2010-06-18 Ralf Corsépius + * sapi/include/rtems/config.h: Remove ITRON. * score/src/objectapimaximumclass.c: Remove OBJECTS_ITRON_API. * score/include/rtems/system.h: Remove ITRON_EXTERN. * score/src/apiext.c: Remove comment referring to ITRON. diff --git a/cpukit/sapi/include/rtems/config.h b/cpukit/sapi/include/rtems/config.h index b73867c486..1f9b56c3e8 100644 --- a/cpukit/sapi/include/rtems/config.h +++ b/cpukit/sapi/include/rtems/config.h @@ -39,7 +39,7 @@ extern "C" { /* * This is kind of kludgy but it allows targets to totally ignore the - * optional APIs like POSIX and ITRON safely. + * optional APIs like POSIX safely. */ #ifdef RTEMS_POSIX_API @@ -265,9 +265,6 @@ extern rtems_configuration_table Configuration; #define rtems_configuration_get_posix_api_configuration() \ (&Configuration_POSIX_API) -#define rtems_configuration_get_itron_api_configuration() \ - (&Configuration_ITRON_API) - #ifdef __cplusplus } #endif