![]() |
RTEMS
5.0.0
|
Files | |
| file | extensiondata.h |
| Classic User Extensions Data Structures. | |
| file | extensionimpl.h |
| Classic User Extensions Implementation. | |
Data Structures | |
| struct | Extension_Control |
Macros | |
| #define | EXTENSION_INFORMATION_DEFINE(max) |
| Macro to define the objects information for the Classic Extensions objects. More... | |
Functions | |
| RTEMS_INLINE_ROUTINE Extension_Control * | _Extension_Allocate (void) |
| RTEMS_INLINE_ROUTINE void | _Extension_Free (Extension_Control *the_extension) |
| RTEMS_INLINE_ROUTINE Extension_Control * | _Extension_Get (Objects_Id id) |
Variables | |
| Objects_Information | _Extension_Information |
| The Classic Extensions objects information. | |
| #define EXTENSION_INFORMATION_DEFINE | ( | max | ) |
Macro to define the objects information for the Classic Extensions objects.
This macro should only be used by <rtems/confdefs.h>.
| max | The configured object maximum (the OBJECTS_UNLIMITED_OBJECTS flag may be set). |
1.8.13