summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/sysinit.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-12-14 16:37:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-02-03 10:00:56 +0100
commite4e7f149c0f4d167a40862fee90707d38ee1aaf6 (patch)
tree9e9093371d64e279404c6a56fc9e66c82cb09b6c /cpukit/score/include/rtems/sysinit.h
parentOptional POSIX Timer initialization (diff)
downloadrtems-e4e7f149c0f4d167a40862fee90707d38ee1aaf6.tar.bz2
Optional POSIX Barrier 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 95865c460f..27c193a78f 100644
--- a/cpukit/score/include/rtems/sysinit.h
+++ b/cpukit/score/include/rtems/sysinit.h
@@ -49,6 +49,7 @@ extern "C" {
#define RTEMS_SYSINIT_POSIX_MESSAGE_QUEUE 000364
#define RTEMS_SYSINIT_POSIX_SEMAPHORE 000365
#define RTEMS_SYSINIT_POSIX_TIMER 000366
+#define RTEMS_SYSINIT_POSIX_BARRIER 000367
#define RTEMS_SYSINIT_POSIX_CLEANUP 00036a
#define RTEMS_SYSINIT_IDLE_THREADS 000380
#define RTEMS_SYSINIT_BSP_LIBC 000400