Rev 1837 | Rev 1899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1837 | Rev 1881 | ||
|---|---|---|---|
| Line 27... | Line 27... | ||
| 27 | */ |
27 | */ |
| 28 | 28 | ||
| 29 | #ifndef BOOT_sparc64_OFWARCH_H_ |
29 | #ifndef BOOT_sparc64_OFWARCH_H_ |
| 30 | #define BOOT_sparc64_OFWARCH_H_ |
30 | #define BOOT_sparc64_OFWARCH_H_ |
| 31 | 31 | ||
| - | 32 | #include "main.h" |
|
| - | 33 | ||
| 32 | #define OFW_ADDRESS_CELLS 2 |
34 | #define OFW_ADDRESS_CELLS 2 |
| 33 | #define OFW_SIZE_CELLS 2 |
35 | #define OFW_SIZE_CELLS 2 |
| 34 | 36 | ||
| 35 | extern int bpp2align[]; |
37 | extern int bpp2align[]; |
| 36 | 38 | ||
| - | 39 | extern int ofw_cpu(cpu_t *cpu); |
|
| - | 40 | ||
| 37 | #endif |
41 | #endif |