From 2c09f54fc41b86265af137716013bce2e2e92b27 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 23 Sep 2020 13:46:38 +0200 Subject: score: Add Move the CORE_message_queue_Buffer definition to a separate header file to be able to use it independent of the remaining Message Queue Handler API. Change license to BSD-2-Clause according to file history. Update #3053. Update #4007. --- 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 77df5ecb4c..23a84ca243 100644 --- a/cpukit/headers.am +++ b/cpukit/headers.am @@ -335,6 +335,7 @@ include_rtems_score_HEADERS += include/rtems/score/copyrt.h include_rtems_score_HEADERS += include/rtems/score/corebarrier.h include_rtems_score_HEADERS += include/rtems/score/corebarrierimpl.h include_rtems_score_HEADERS += include/rtems/score/coremsg.h +include_rtems_score_HEADERS += include/rtems/score/coremsgbuffer.h include_rtems_score_HEADERS += include/rtems/score/coremsgimpl.h include_rtems_score_HEADERS += include/rtems/score/coremutex.h include_rtems_score_HEADERS += include/rtems/score/coremuteximpl.h -- cgit v1.2.3