Rev 2071 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2071 | Rev 4022 | ||
---|---|---|---|
Line 33... | Line 33... | ||
33 | */ |
33 | */ |
34 | 34 | ||
35 | #ifndef KERN_amd64_ARCH_H_ |
35 | #ifndef KERN_amd64_ARCH_H_ |
36 | #define KERN_amd64_ARCH_H_ |
36 | #define KERN_amd64_ARCH_H_ |
37 | 37 | ||
- | 38 | #include <genarch/multiboot/multiboot.h> |
|
- | 39 | ||
- | 40 | extern void arch_pre_main(uint32_t, const multiboot_info_t *); |
|
- | 41 | ||
38 | #endif |
42 | #endif |
39 | 43 | ||
40 | /** @} |
44 | /** @} |
41 | */ |
45 | */ |