1 #ifndef __LUNAIX_ARCHINIT_H
2 #define __LUNAIX_ARCHINIT_H
4 #include <lunaix/types.h>
5 #include <sys/boot/bstage.h>
6 #include <sys/boot/multiboot.h>
11 struct boot_handoff* boot_text
12 mb_parse(struct multiboot_info* mb);
14 #endif /* __LUNAIX_ARCHINIT_H */