#include <rtems/score/chain.h>#include <rtems/score/thread.h>

Go to the source code of this file.
Data Structures | |
| struct | API_extensions_Control |
Typedefs | |
| typedef void(* | API_extensions_Predriver_hook )(void) |
| typedef void(* | API_extensions_Postdriver_hook )(void) |
| typedef void(* | API_extensions_Postswitch_hook )(Thread_Control *) |
Functions | |
| void | _API_extensions_Initialization (void) |
| Initialize the API Extensions Handler. | |
| void | _API_extensions_Add (API_extensions_Control *the_extension) |
| Add Extension Set to the Active Set. | |
| void | _API_extensions_Run_predriver (void) |
| Execute all Pre-Driver Extensions. | |
| void | _API_extensions_Run_postdriver (void) |
| Execute all Post-Driver Extensions. | |
| void | _API_extensions_Run_postswitch (void) |
| Execute all Post Context Switch Extensions. | |
Variables | |
| SCORE_EXTERN Chain_Control | _API_extensions_List |
1.5.6