RTEMS 6.1-rc5
|
This source file contains the implementation of rtems_extension_create() and the User Extensions Manager system initialization. More...
#include <rtems/extensionimpl.h>
#include <rtems/rtems/support.h>
#include <rtems/score/userextimpl.h>
#include <rtems/sysinit.h>
Functions | |
rtems_status_code | rtems_extension_create (rtems_name name, const rtems_extensions_table *extension_table, rtems_id *id) |
Creates an extension set. | |
RTEMS_SYSINIT_ITEM (_Extension_Manager_initialization, RTEMS_SYSINIT_USER_EXTENSIONS, RTEMS_SYSINIT_ORDER_MIDDLE) | |
This source file contains the implementation of rtems_extension_create() and the User Extensions Manager system initialization.