mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* rtems/include/rtems/rtems/object.h, rtems/src/rtemsobjectidapimaximum.c: Let rtems_object_id_api_maximum() return OBJECTS_APIS_LAST.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* rtems/include/rtems/rtems/object.h,
|
||||
rtems/src/rtemsobjectidapimaximum.c:
|
||||
Let rtems_object_id_api_maximum() return OBJECTS_APIS_LAST.
|
||||
|
||||
2010-06-18 Ralf Corsépius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libnetworking/rtems/mkrootfs.h: doxygen cosmetics.
|
||||
|
||||
@@ -240,7 +240,7 @@ rtems_status_code rtems_object_set_name(
|
||||
* @note A body is also provided.
|
||||
*/
|
||||
#define rtems_object_id_api_maximum() \
|
||||
OBJECTS_ITRON_API
|
||||
OBJECTS_APIS_LAST
|
||||
|
||||
/**
|
||||
* @brief Get Lowest Valid Class Value
|
||||
|
||||
@@ -22,5 +22,5 @@
|
||||
#undef rtems_object_id_api_maximum
|
||||
int rtems_object_id_api_maximum(void)
|
||||
{
|
||||
return OBJECTS_ITRON_API;
|
||||
return OBJECTS_APIS_LAST;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user