diff options
Diffstat (limited to 'include/bump.h')
| -rw-r--r-- | include/bump.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/bump.h b/include/bump.h new file mode 100644 index 0000000..81cd571 --- /dev/null +++ b/include/bump.h @@ -0,0 +1,10 @@ +#pragma once +#include <types.h> +#include <dtb.h> +#include <mem.h> +#define EHEAP_SIZE (512 * 1024) + + +void* kemalloc(size_t size); +struct mem_info *km_find_memory(struct dt_node *head); + |
