Changeset 9b35499 in mainline for kernel/genarch/include/ofw/ofw_tree.h
- Timestamp:
- 2007-09-05T20:01:36Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c785296
- Parents:
- 267ab56
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/ofw/ofw_tree.h
r267ab56 r9b35499 141 141 typedef struct ofw_pci_range ofw_pci_range_t; 142 142 143 struct ofw_sbus_reg { 144 uint64_t addr; 145 uint32_t size; 146 } __attribute__ ((packed)); 147 typedef struct ofw_sbus_reg ofw_sbus_reg_t; 148 149 struct ofw_sbus_range { 150 uint64_t child_base; 151 uint64_t parent_base; 152 uint32_t size; 153 } __attribute__ ((packed)); 154 typedef struct ofw_sbus_range ofw_sbus_range_t; 155 143 156 struct ofw_upa_reg { 144 157 uint64_t addr; … … 161 174 extern bool ofw_ebus_apply_ranges(ofw_tree_node_t *node, ofw_ebus_reg_t *reg, uintptr_t *pa); 162 175 extern bool ofw_pci_apply_ranges(ofw_tree_node_t *node, ofw_pci_reg_t *reg, uintptr_t *pa); 176 extern bool ofw_sbus_apply_ranges(ofw_tree_node_t *node, ofw_sbus_reg_t *reg, uintptr_t *pa); 163 177 extern bool ofw_upa_apply_ranges(ofw_tree_node_t *node, ofw_upa_reg_t *reg, uintptr_t *pa); 164 178
Note:
See TracChangeset
for help on using the changeset viewer.