aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap27.c
diff options
context:
space:
mode:
Diffstat (limited to 'include/08.heap/heap27.c')
-rw-r--r--include/08.heap/heap27.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/08.heap/heap27.c b/include/08.heap/heap27.c
new file mode 100644
index 0000000..de767a2
--- /dev/null
+++ b/include/08.heap/heap27.c
@@ -0,0 +1,4 @@
+int kheapaddblock(uintptr_t addr,uint32_t size,uint32_t bsize)
+{
+ return k_heapBMAddBlock(&kheap,addr,size,bsize);
+}