summaryrefslogtreecommitdiffstats
path: root/cpukit/headers.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-12 18:29:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-03-18 07:20:52 +0100
commitab42b3e1002306ed343adc47c460788ed31df66f (patch)
tree9438ff83b8ca107047563a7b63d9edb3f5c94b0d /cpukit/headers.am
parentrtems: Add rtems_put_char() (diff)
downloadrtems-ab42b3e1002306ed343adc47c460788ed31df66f.tar.bz2
record: Add rtems_record_dump()
Add rtems_record_dump_base64() and rtems_record_dump_base64_zlib(). Add CONFIGURE_RECORD_FATAL_DUMP_BASE64 and CONFIGURE_RECORD_FATAL_DUMP_BASE64_ZLIB configuration options. Update #3904.
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 4a93e7b224..fcf679f09d 100644
--- a/cpukit/headers.am
+++ b/cpukit/headers.am
@@ -139,6 +139,7 @@ include_rtems_HEADERS += include/rtems/rbtree.h
include_rtems_HEADERS += include/rtems/record.h
include_rtems_HEADERS += include/rtems/recordclient.h
include_rtems_HEADERS += include/rtems/recorddata.h
+include_rtems_HEADERS += include/rtems/recorddump.h
include_rtems_HEADERS += include/rtems/recordserver.h
include_rtems_HEADERS += include/rtems/ringbuf.h
include_rtems_HEADERS += include/rtems/rtc.h