summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/sysinit.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-02 11:00:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-02-04 06:24:26 +0100
commite44ae805f7c27f0561f511fdab8649f840db6816 (patch)
tree6640a1eddf4d70fcf5415352111e95d1a9e0a711 /cpukit/include/rtems/sysinit.h
parentUse RTEMS_SYSINIT_ORDER_LAST_BUT_5 (diff)
downloadrtems-e44ae805f7c27f0561f511fdab8649f840db6816.tar.bz2
config: Add CONFIGURE_VERBOSE_SYSTEM_INITIALIZATION
Update #3861.
Diffstat (limited to 'cpukit/include/rtems/sysinit.h')
-rw-r--r--cpukit/include/rtems/sysinit.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpukit/include/rtems/sysinit.h b/cpukit/include/rtems/sysinit.h
index a0f613c907..58f35542b7 100644
--- a/cpukit/include/rtems/sysinit.h
+++ b/cpukit/include/rtems/sysinit.h
@@ -133,6 +133,12 @@ typedef struct {
#define RTEMS_SYSINIT_ITEM( handler, module, order ) \
_RTEMS_SYSINIT_ITEM( handler, module, order )
+/**
+ * @brief System initialization handler to enable a verbose system
+ * initialization.
+ */
+void _Sysinit_Verbose( void );
+
#ifdef __cplusplus
}
#endif /* __cplusplus */