diff options
Diffstat (limited to 'kernel/kmalloc.h')
| -rw-r--r-- | kernel/kmalloc.h | 2 |
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); |
