summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/init.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:34:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 18:34:22 +0000
commitf58ef8ae7a0ff7e31d89d1b792a70b7ba7dbac6b (patch)
tree789d3f4839434da42114800c812ccf258ea38fd5 /cpukit/sapi/include/rtems/init.h
parent2011-07-13 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-f58ef8ae7a0ff7e31d89d1b792a70b7ba7dbac6b.tar.bz2
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().
Diffstat (limited to 'cpukit/sapi/include/rtems/init.h')
-rw-r--r--cpukit/sapi/include/rtems/init.h5
1 files changed, 4 insertions, 1 deletions
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