Rev 3674 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3674 | Rev 4342 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | /** |
30 | /** |
| 31 | * @file |
31 | * @file |
| 32 | * @brief Architecture dependent parts of OpenFirmware interface. |
32 | * @brief Architecture dependent parts of OpenFirmware interface. |
| 33 | */ |
33 | */ |
| 34 | 34 | ||
| 35 | #include <ofwarch.h> |
35 | #include <ofwarch.h> |
| 36 | #include <ofw.h> |
36 | #include <ofw.h> |
| 37 | #include <printf.h> |
37 | #include <printf.h> |
| 38 | #include <string.h> |
38 | #include <string.h> |
| 39 | #include <register.h> |
39 | #include <register.h> |
| 40 | #include "main.h" |
40 | #include "main.h" |