summaryrefslogtreecommitdiffstats
path: root/cpukit/headers.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-06-24 13:54:23 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-08-31 16:19:57 +0200
commitc7e30854f284a17200892ce8e5405744e3c46c24 (patch)
tree539fe22ad5c99f5b23eb65ad9badb5d9087fee9a /cpukit/headers.am
parentscore: Constify objects name to id functions (diff)
downloadrtems-c7e30854f284a17200892ce8e5405744e3c46c24.tar.bz2
rtems: Add _RTEMS_Name_to_id()
Simplify object name to identifier directives. Using _RTEMS_Name_to_id() to implement the directives enables a tail call optimization. Change license to BSD-2-Clause according to file history. Update #3053.
Diffstat (limited to 'cpukit/headers.am')
-rw-r--r--cpukit/headers.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/headers.am b/cpukit/headers.am
index c9aa181e54..e1d450a99d 100644
--- a/cpukit/headers.am
+++ b/cpukit/headers.am
@@ -276,6 +276,7 @@ include_rtems_rtems_HEADERS += include/rtems/rtems/modesimpl.h
include_rtems_rtems_HEADERS += include/rtems/rtems/mp.h
include_rtems_rtems_HEADERS += include/rtems/rtems/msgmp.h
include_rtems_rtems_HEADERS += include/rtems/rtems/object.h
+include_rtems_rtems_HEADERS += include/rtems/rtems/objectimpl.h
include_rtems_rtems_HEADERS += include/rtems/rtems/options.h
include_rtems_rtems_HEADERS += include/rtems/rtems/optionsimpl.h
include_rtems_rtems_HEADERS += include/rtems/rtems/part.h