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