RTEMS CPU Kit with SuperCore
4.11.2
|
API Extensions Handler. More...
Go to the source code of this file.
Data Structures | |
struct | API_extensions_Control |
The control structure which defines the points at which an API can add an extension to the system initialization thread. More... | |
Typedefs | |
typedef void(* | API_extensions_Postdriver_hook) (void) |
This type defines the prototype of the Postdriver Hook. | |
Functions | |
void | _API_extensions_Initialization (void) |
Initialize the API extensions handler. More... | |
void | _API_extensions_Add (API_extensions_Control *the_extension) |
Add extension set to the active set. More... | |
void | _API_extensions_Run_postdriver (void) |
Execute all post-driver extensions. More... | |
Variables | |
SCORE_EXTERN Chain_Control | _API_extensions_List |
This is the list of API extensions to the system initialization. | |
API Extensions Handler.
This is the API Extensions Handler.