36 #include <rtems/config.h> 39 #if defined(RTEMS_MULTIPROCESSING) 44 extern const rtems_multiprocessing_table
45 _Initialization_Default_multiprocessing_table;
void rtems_initialize_data_structures(void)
RTEMS data structures initialization.
Definition: exinit.c:66
void rtems_initialize_device_drivers(void)
RTEMS initialization that initializes all device drivers.
Definition: exinit.c:185
void rtems_initialize_before_drivers(void)
RTEMS initialization before the device drivers are initialized.
Definition: exinit.c:167
void rtems_shutdown_executive(uint32_t result)
Shutdown the RTEMS environment.
Definition: exshutdown.c:20
#define RTEMS_COMPILER_NO_RETURN_ATTRIBUTE
The following macro is a compiler specific way to indicate that the method will NOT return to the cal...
Definition: basedefs.h:162
void rtems_initialize_start_multitasking(void)
Starts the multitasking.
Definition: exinit.c:268