Changeset e731b0d in mainline for boot/arch/sparc64/loader/ofwarch.h
- Timestamp:
- 2009-08-20T16:58:55Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9c7425
- Parents:
- a11099f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/ofwarch.h
ra11099f re731b0d 33 33 #include "types.h" 34 34 35 #define OFW_ADDRESS_CELLS 36 #define OFW_SIZE_CELLS 35 #define OFW_ADDRESS_CELLS 2 36 #define OFW_SIZE_CELLS 2 37 37 38 extern int ofw_cpu( void);39 extern int ofw_get_physmem_start(uintptr_t *start); 38 extern int ofw_cpu(uint16_t mid_mask, uintptr_t physmem_start); 39 extern int ofw_get_physmem_start(uintptr_t *start); 40 40 41 41 #endif
Note:
See TracChangeset
for help on using the changeset viewer.