b936ca1abc0d8a93191bef5ebc94543421c73085
[lunaix-os.git] / lunaix-os / arch / i386 / boot / archinit.h
1 #ifndef __LUNAIX_ARCHINIT_H
2 #define __LUNAIX_ARCHINIT_H
3
4 #include <lunaix/types.h>
5 #include <sys/boot/bstage.h>
6 #include <sys/boot/multiboot.h>
7
8 ptr_t boot_text
9 kpg_init();
10
11 struct boot_handoff* boot_text
12 mb_parse(struct multiboot_info* mb);
13
14 #endif /* __LUNAIX_ARCHINIT_H */