From c15925a24efe14f437d8a2699500241a58fdc8f9 Mon Sep 17 00:00:00 2001 From: Miguel Date: Fri, 17 Aug 2018 21:41:21 +0200 Subject: cleanup and working on fifo pipes --- kernel/kmalloc.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'kernel/kmalloc.h') diff --git a/kernel/kmalloc.h b/kernel/kmalloc.h index 2faecb8..6e7157a 100644 --- a/kernel/kmalloc.h +++ b/kernel/kmalloc.h @@ -1,14 +1,12 @@ -#include - /* * Kernel Block Memory Allocation * * The kernel reserves some memory for internal operation, since malloc * is not available. - * - * Last Revision: 17 AUG 2018 */ +#include + // Allocate size*4096 bytes and returns a 32-bit pointer uint32_t kballoc (uint32_t size); -- cgit v1.2.3