RTEMS_NO_RETURN void rtems_initialize_executive(void)
Initializes the system and starts multitasking.
#define RTEMS_NO_RETURN
Tells the compiler in a function declaration that this function does not return.
RTEMS_NO_RETURN void rtems_shutdown_executive(uint32_t result)
Shuts down the RTEMS environment.
This header file provides basic definitions used by the API and the implementation.