summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/rtems/types.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-20 16:22:56 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-11-26 07:51:57 +0100
commiteaa5ea84eaf1b3dab72d7a7a6578f0dc59e55396 (patch)
tree255001013620a1a696b292d6d129189da1a7d905 /cpukit/include/rtems/rtems/types.h
parentm68k/uC5282: Add per-section compilation and linking (GCI 2018) (diff)
downloadrtems-eaa5ea84eaf1b3dab72d7a7a6578f0dc59e55396.tar.bz2
score: Introduce <rtems/score/heapinfo.h>
Move Heap_Information_block to separate header file to hide heap implementation details from <rtems.h>. Update #3598.
Diffstat (limited to 'cpukit/include/rtems/rtems/types.h')
-rw-r--r--cpukit/include/rtems/rtems/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/include/rtems/rtems/types.h b/cpukit/include/rtems/rtems/types.h
index 9222f25cab..0eae24bb24 100644
--- a/cpukit/include/rtems/rtems/types.h
+++ b/cpukit/include/rtems/rtems/types.h
@@ -26,7 +26,7 @@
#include <sys/_timespec.h>
#include <sys/_timeval.h>
#include <stdint.h>
-#include <rtems/score/heap.h>
+#include <rtems/score/heapinfo.h>
#include <rtems/score/object.h>
#include <rtems/score/watchdogticks.h>
#include <rtems/rtems/modes.h>