Rev 1787 | Rev 1998 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1787 | Rev 1789 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | #include "main.h" |
29 | #include "main.h" |
| 30 | #include <printf.h> |
30 | #include <printf.h> |
| 31 | #include "asm.h" |
31 | #include "asm.h" |
| 32 | #include "_components.h" |
32 | #include "_components.h" |
| - | 33 | #include <ofw.h> |
|
| - | 34 | #include <align.h> |
|
| 33 | 35 | ||
| 34 | #define HEAP_GAP 1024000 |
36 | #define HEAP_GAP 1024000 |
| 35 | 37 | ||
| 36 | bootinfo_t bootinfo; |
38 | bootinfo_t bootinfo; |
| 37 | 39 | ||