Rev 1899 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1899 | Rev 1978 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 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" |
32 | #include "main.h" |
| - | 33 | #include "types.h" |
|
| 33 | 34 | ||
| 34 | #define OFW_ADDRESS_CELLS 2 |
35 | #define OFW_ADDRESS_CELLS 2 |
| 35 | #define OFW_SIZE_CELLS 2 |
36 | #define OFW_SIZE_CELLS 2 |
| 36 | 37 | ||
| 37 | extern int ofw_cpu(void); |
38 | extern int ofw_cpu(void); |
| - | 39 | extern int ofw_get_physmem_start(uintptr_t *start); |
|
| 38 | 40 | ||
| 39 | #endif |
41 | #endif |