#include <apiext.h>

Data Fields | |
| Chain_Node | Node |
| API_extensions_Predriver_hook | predriver_hook |
| API_extensions_Postdriver_hook | postdriver_hook |
| API_extensions_Postswitch_hook | postswitch_hook |
This field allows this structure to be used with the Chain Handler.
This field is the callout invoked during RTEMS initialization after RTEMS data structures are initialized before device driver initialization has occurred.
This field is the callout invoked during RTEMS initialization after RTEMS data structures and device driver initialization has occurred but before multitasking is initiated.
This field is the callout invoked during each context switch in the context of the heir thread.
1.5.6