aboutsummaryrefslogtreecommitdiff
path: root/src/kernel/paging/kheap.h
diff options
context:
space:
mode:
authorMarvin Borner2019-10-15 22:20:02 +0200
committerMarvin Borner2019-10-15 22:20:02 +0200
commit0e75de0452774c1d4f9a16ff593d9ec2fac829bc (patch)
tree6e9741c6b2117796a2e40da1f0fade84c090aac7 /src/kernel/paging/kheap.h
parent3665776a509bf32f3166744392f502402e9fcf03 (diff)
No more errors!
Still not working
Diffstat (limited to 'src/kernel/paging/kheap.h')
-rw-r--r--src/kernel/paging/kheap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/kernel/paging/kheap.h b/src/kernel/paging/kheap.h
index a1d946c..a2254be 100644
--- a/src/kernel/paging/kheap.h
+++ b/src/kernel/paging/kheap.h
@@ -105,8 +105,4 @@ uint32_t kmalloc_ap(uint32_t sz, uint32_t *phys);
*/
uint32_t kmalloc(uint32_t sz);
-/**
- General deallocation function.
-**/
-
#endif