RTEMS
|
Files | |
file | extensiondata.h |
Classic User Extensions Data Structures. | |
file | extensionimpl.h |
Classic User Extensions Implementation. | |
file | extensionident.c |
rtems_extension_ident() Implementation | |
Classes | |
struct | Extension_Control |
Macros | |
#define | EXTENSION_INFORMATION_DEFINE(max) |
Macro to define the objects information for the Classic Extensions objects. More... | |
Functions | |
static __inline__ Extension_Control * | _Extension_Allocate (void) |
static __inline__ void | _Extension_Free (Extension_Control *the_extension) |
static __inline__ 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). |
Definition at line 54 of file extensiondata.h.