mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-21 03:48:00 +08:00
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* sapi/include/rtems/config.h: Remove ITRON.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user