Rev 1304 | Rev 1474 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1304 | Rev 1305 | ||
---|---|---|---|
Line 29... | Line 29... | ||
29 | #include <arch.h> |
29 | #include <arch.h> |
30 | #include <arch/boot/boot.h> |
30 | #include <arch/boot/boot.h> |
31 | #include <arch/console.h> |
31 | #include <arch/console.h> |
32 | #include <arch/mm/memory_init.h> |
32 | #include <arch/mm/memory_init.h> |
33 | #include <arch/interrupt.h> |
33 | #include <arch/interrupt.h> |
- | 34 | #include <mm/frame.h> |
|
34 | 35 | ||
35 | bootinfo_t bootinfo; |
36 | bootinfo_t bootinfo; |
36 | 37 | ||
37 | void arch_pre_mm_init(void) |
38 | void arch_pre_mm_init(void) |
38 | { |
39 | { |