summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/sysinit.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-01-26 09:28:11 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:57 +0100
commit6bf44a581b35aba967034bc3e0348a4d1f36a048 (patch)
treeae2aeeadbcb930f1e998c9b8c8013c9d08f9c64c /cpukit/score/include/rtems/sysinit.h
parentUse linker set for libio initialization (diff)
downloadrtems-6bf44a581b35aba967034bc3e0348a4d1f36a048.tar.bz2
Use linker set for driver manager initialization
Update #2408.
Diffstat (limited to 'cpukit/score/include/rtems/sysinit.h')
-rw-r--r--cpukit/score/include/rtems/sysinit.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/cpukit/score/include/rtems/sysinit.h b/cpukit/score/include/rtems/sysinit.h
index 178afd8ca3..925593da1a 100644
--- a/cpukit/score/include/rtems/sysinit.h
+++ b/cpukit/score/include/rtems/sysinit.h
@@ -58,9 +58,14 @@ extern "C" {
#define RTEMS_SYSINIT_IDLE_THREADS 000380
#define RTEMS_SYSINIT_LIBIO 000400
#define RTEMS_SYSINIT_ROOT_FILESYSTEM 000401
-#define RTEMS_SYSINIT_BEFORE_DRIVERS 000500
+#define RTEMS_SYSINIT_DRVMGR 000500
+#define RTEMS_SYSINIT_BEFORE_DRIVERS 000501
#define RTEMS_SYSINIT_BSP_PRE_DRIVERS 000600
-#define RTEMS_SYSINIT_DEVICE_DRIVERS 000700
+#define RTEMS_SYSINIT_DRVMGR_LEVEL_1 000700
+#define RTEMS_SYSINIT_DEVICE_DRIVERS 000701
+#define RTEMS_SYSINIT_DRVMGR_LEVEL_2 000702
+#define RTEMS_SYSINIT_DRVMGR_LEVEL_3 000703
+#define RTEMS_SYSINIT_DRVMGR_LEVEL_4 000704
#define RTEMS_SYSINIT_STD_FILE_DESCRIPTORS 000800
/*