diff options
Diffstat (limited to 'include/apos/initrd.h')
| -rw-r--r-- | include/apos/initrd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/apos/initrd.h b/include/apos/initrd.h index 1e1129c..4b28ba8 100644 --- a/include/apos/initrd.h +++ b/include/apos/initrd.h @@ -3,9 +3,10 @@ #include <apos/types.h> #include <apos/pmem.h> +#include <apos/vmem.h> size_t get_init_size(void *fdt); -void move_init(void *fdt, void *target); +vm_t get_init_base(void *fdt); pm_t get_initrdtop(void *fdt); pm_t get_initrdbase(void *fdt); |
