This header file provides basic definitions used by the API and the implementation.
#define RTEMS_NO_RETURN
Tells the compiler in a function declaration that this function does not return.
Definition: basedefs.h:386
RTEMS_NO_RETURN void rtems_shutdown_executive(uint32_t fatal_code)
Invokes the fatal error handler.
Definition: exshutdown.c:47
RTEMS_NO_RETURN void rtems_initialize_executive(void)
Initializes the system and starts multitasking.
Definition: exinit.c:129