From f58ef8ae7a0ff7e31d89d1b792a70b7ba7dbac6b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 13 Jul 2011 18:34:22 +0000 Subject: 2011-07-13 Joel Sherrill PR 1824/cpukit * sapi/include/rtems/init.h, sapi/src/exinit.c, sapi/src/exshutdown.c: Return exit/shutdown status back to boot_card(). --- cpukit/sapi/include/rtems/init.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpukit/sapi/include/rtems') diff --git a/cpukit/sapi/include/rtems/init.h b/cpukit/sapi/include/rtems/init.h index 8cc7aa5c31..952b075c14 100644 --- a/cpukit/sapi/include/rtems/init.h +++ b/cpukit/sapi/include/rtems/init.h @@ -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 -- cgit v1.2.3