2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>

* sapi/include/rtems/config.h: Remove ITRON.
This commit is contained in:
Ralf Corsepius
2010-06-18 04:04:05 +00:00
parent c5a359bba8
commit 1a5f4bc772
2 changed files with 2 additions and 4 deletions
+1
View File
@@ -1,5 +1,6 @@
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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.
+1 -4
View File
@@ -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