diff options
| author | Michal Idziorek <m.i@gmx.at> | 2015-05-14 14:05:54 +0200 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2015-05-14 14:05:54 +0200 |
| commit | ce3968aa4a941e272171f8fcd389c4909a7a23a5 (patch) | |
| tree | d3fd8fca72d0fe9f9b1d7f17a37a5fd3d2d44a16 /kernel/kmalloc.h | |
| parent | dc7bf2f47d6f97407e3b50ae0b8ab59fd51079e5 (diff) | |
some clenup and recover after git-crash!
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); |
