18 #ifndef _RTEMS_EXTENSIONIMPL_H 19 #define _RTEMS_EXTENSIONIMPL_H Classic User Extensions Data Structures.
Objects_Control * _Objects_Allocate(Objects_Information *information)
Allocates an object.
Inlined Routines in the Object Handler.
#define RTEMS_INLINE_ROUTINE
Gives a hint to the compiler in a function declaration to inline this function.
Objects_Information _Extension_Information
The Classic Extensions objects information.
Objects_Control * _Objects_Get_no_protection(Objects_Id id, const Objects_Information *information)
Maps object ids to object control blocks.
static __inline__ void _Objects_Free(Objects_Information *information, Objects_Control *the_object)
Frees an object.