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:
Joel Sherrill
2011-07-13 18:34:22 +00:00
parent 44209ab286
commit f58ef8ae7a
4 changed files with 16 additions and 3 deletions
+4 -1
View File
@@ -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