Rev 1899 | Rev 1908 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1899 | Rev 1907 | ||
---|---|---|---|
Line 41... | Line 41... | ||
41 | struct ofw_tree_node { |
41 | struct ofw_tree_node { |
42 | ofw_tree_node_t *parent; |
42 | ofw_tree_node_t *parent; |
43 | ofw_tree_node_t *peer; |
43 | ofw_tree_node_t *peer; |
44 | ofw_tree_node_t *child; |
44 | ofw_tree_node_t *child; |
45 | 45 | ||
46 | char *da_name; /**< Disambigued name. */ |
46 | uint32_t node_handle; /**< Old OpenFirmware node handle. */ |
47 | 47 | ||
- | 48 | char *da_name; /**< Disambigued name. */ |
|
- | 49 | ||
48 | unsigned properties; /**< Number of properties. */ |
50 | unsigned properties; /**< Number of properties. */ |
49 | ofw_tree_property_t *property; |
51 | ofw_tree_property_t *property; |
50 | }; |
52 | }; |
51 | 53 | ||
52 | /** Memory representation of OpenFirmware device tree node property. */ |
54 | /** Memory representation of OpenFirmware device tree node property. */ |
53 | struct ofw_tree_property { |
55 | struct ofw_tree_property { |