summaryrefslogtreecommitdiff
path: root/kernel/kmalloc.h
diff options
context:
space:
mode:
authorMichal Idziorek <m.i@gmx.at>2015-05-14 14:05:54 +0200
committerMichal Idziorek <m.i@gmx.at>2015-05-14 14:05:54 +0200
commitce3968aa4a941e272171f8fcd389c4909a7a23a5 (patch)
treed3fd8fca72d0fe9f9b1d7f17a37a5fd3d2d44a16 /kernel/kmalloc.h
parentdc7bf2f47d6f97407e3b50ae0b8ab59fd51079e5 (diff)
some clenup and recover after git-crash!
Diffstat (limited to 'kernel/kmalloc.h')
-rw-r--r--kernel/kmalloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/kmalloc.h b/kernel/kmalloc.h
new file mode 100644
index 0000000..330546b
--- /dev/null
+++ b/kernel/kmalloc.h
@@ -0,0 +1,2 @@
+#include <stdint.h>
+uint32_t kmalloc(uint32_t size);