Changeset 45b26dad in mainline for boot/arch/sparc64/loader/main.h
- Timestamp:
- 2006-09-26T12:59:28Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b44939b
- Parents:
- 6ff1f1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/main.h
r6ff1f1e r45b26dad 35 35 #include <types.h> 36 36 37 #define KERNEL_VIRTUAL_ADDRESS 0x400000 38 37 39 #define TASKMAP_MAX_RECORDS 32 38 40 … … 48 50 49 51 typedef struct { 50 uint32_t clock_frequency;51 } cpu_t;52 53 typedef struct {54 52 taskmap_t taskmap; 55 53 memmap_t memmap; 56 cpu_t cpu;57 54 ballocs_t ballocs; 58 55 ofw_tree_node_t *ofw_root;
Note:
See TracChangeset
for help on using the changeset viewer.