summaryrefslogtreecommitdiff
path: root/kernel/kmalloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/kmalloc.h')
-rw-r--r--kernel/kmalloc.h6
1 files changed, 2 insertions, 4 deletions
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 <stdint.h>
-
/*
* Kernel Block Memory Allocation
*
* The kernel reserves some memory for internal operation, since malloc
* is not available.
- *
- * Last Revision: 17 AUG 2018
*/
+#include <stdint.h>
+
// Allocate size*4096 bytes and returns a 32-bit pointer
uint32_t kballoc (uint32_t size);