RTEMS CPU Kit with SuperCore  4.11.2
Data Structures | Typedefs | Functions | Variables
apiext.h File Reference

API Extensions Handler. More...

#include <rtems/score/chainimpl.h>
#include <rtems/score/thread.h>
Include dependency graph for apiext.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

API Extensions Handler.

This is the API Extensions Handler.