From c7e30854f284a17200892ce8e5405744e3c46c24 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 24 Jun 2020 13:54:23 +0200 Subject: 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. --- cpukit/headers.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cpukit/headers.am') 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 -- cgit v1.2.3