score: Introduce <rtems/score/heapinfo.h>

Move Heap_Information_block to separate header file to hide heap
implementation details from <rtems.h>.

Update #3598.
This commit is contained in:
Sebastian Huber
2018-11-20 16:22:56 +01:00
parent 1947449a5d
commit eaa5ea84ea
5 changed files with 162 additions and 119 deletions

View File

@@ -17,6 +17,7 @@
#include <rtems.h>
#include <rtems/stackchk.h>
#include <rtems/score/heap.h>
#include <rtems/score/percpu.h>
/* forward declarations to avoid warnings */