29#ifndef BOOT_sparc64_OFWARCH_H_
30#define BOOT_sparc64_OFWARCH_H_
35#define OFW_ADDRESS_CELLS 2
36#define OFW_SIZE_CELLS 2
38extern int ofw_cpu(uint16_t mid_mask, uintptr_t physmem_start);
int ofw_cpu(uint16_t mid_mask, uintptr_t physmem_start)
Definition: ofwarch.c:126
int ofw_get_physmem_start(uintptr_t *start)
Definition: ofwarch.c:174