From 0e75de0452774c1d4f9a16ff593d9ec2fac829bc Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 15 Oct 2019 22:20:02 +0200 Subject: No more errors! Still not working --- src/kernel/paging/kheap.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/kernel/paging/kheap.h') 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 -- cgit v1.2.3