Changeset 61e90dd in mainline for boot/arch/sparc64/loader/main.h
- Timestamp:
- 2006-09-19T22:42:57Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 16529d5
- Parents:
- 3abe07f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/sparc64/loader/main.h
r3abe07f5 r61e90dd 31 31 32 32 #include <ofw.h> 33 #include <ofw_tree.h> 34 #include <balloc.h> 33 35 #include <types.h> 34 36 … … 55 57 keyboard_t keyboard; 56 58 cpu_t cpu; 59 ballocs_t ballocs; 60 ofw_tree_node_t *ofw_root; 57 61 } bootinfo_t; 58 62
Note:
See TracChangeset
for help on using the changeset viewer.