mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 07:45:20 +08:00
2011-07-13 Joel Sherrill <joel.sherrilL@OARcorp.com>
PR 1824/cpukit * sapi/include/rtems/init.h, sapi/src/exinit.c, sapi/src/exshutdown.c: Return exit/shutdown status back to boot_card().
This commit is contained in:
@@ -76,8 +76,11 @@ void rtems_initialize_device_drivers(void);
|
||||
* This routine implements the early portion of rtems_initialize_executive
|
||||
* directive up to the pretasking hook. This directive is invoked at system
|
||||
* startup to initialize the RTEMS multitasking environment.
|
||||
*
|
||||
* @return This method returns the status code passed into the
|
||||
* @ref rtems_shutdown_executive directive.
|
||||
*/
|
||||
void rtems_initialize_start_multitasking(void);
|
||||
uint32_t rtems_initialize_start_multitasking(void);
|
||||
|
||||
/**
|
||||
* @brief rtems_shutdown_executive
|
||||
|
||||
Reference in New Issue
Block a user