aboutsummaryrefslogtreecommitdiff
path: root/include/apos/initrd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/apos/initrd.h')
-rw-r--r--include/apos/initrd.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/apos/initrd.h b/include/apos/initrd.h
index 4b28ba8..17ed94c 100644
--- a/include/apos/initrd.h
+++ b/include/apos/initrd.h
@@ -5,10 +5,10 @@
#include <apos/pmem.h>
#include <apos/vmem.h>
-size_t get_init_size(void *fdt);
-vm_t get_init_base(void *fdt);
+size_t get_init_size(const void *fdt);
+vm_t get_init_base(const void *fdt);
-pm_t get_initrdtop(void *fdt);
-pm_t get_initrdbase(void *fdt);
+pm_t get_initrdtop(const void *fdt);
+pm_t get_initrdbase(const void *fdt);
#endif /* APOS_INITRD_H */