summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/sysinit.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 15:08:27 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:53 +0100
commitfd3cc36f61e5b92b2234ff5eff5250f0ce6447bb (patch)
treeba9dd68f1e7090a18a3fd650ef3b801d9b45b609 /cpukit/score/include/rtems/sysinit.h
parentOptional Classic Semaphore initialization (diff)
downloadrtems-fd3cc36f61e5b92b2234ff5eff5250f0ce6447bb.tar.bz2
Optional Classic Partition initialization
Update #2408.
Diffstat (limited to 'cpukit/score/include/rtems/sysinit.h')
-rw-r--r--cpukit/score/include/rtems/sysinit.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/score/include/rtems/sysinit.h b/cpukit/score/include/rtems/sysinit.h
index aaafec55a4..c51a7a2584 100644
--- a/cpukit/score/include/rtems/sysinit.h
+++ b/cpukit/score/include/rtems/sysinit.h
@@ -37,6 +37,7 @@ extern "C" {
#define RTEMS_SYSINIT_CLASSIC_EVENT 000343
#define RTEMS_SYSINIT_CLASSIC_MESSAGE_QUEUE 000344
#define RTEMS_SYSINIT_CLASSIC_SEMAPHORE 000345
+#define RTEMS_SYSINIT_CLASSIC_PARTITION 000346
#define RTEMS_SYSINIT_IDLE_THREADS 000380
#define RTEMS_SYSINIT_BSP_LIBC 000400
#define RTEMS_SYSINIT_BEFORE_DRIVERS 000500