aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap2.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/heap2.c')
-rw-r--r--include/08.heap/heap2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/08.heap/heap2.c b/include/08.heap/heap2.c
new file mode 100644
index 0000000..8757694
--- /dev/null
+++ b/include/08.heap/heap2.c
@@ -0,0 +1,4 @@
+void k_heapBMInit(KHEAPBM *heap)
+{
+ heap->fblock = 0;
+}