Rev 1894 | Rev 1907 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1894 | Rev 1895 | ||
---|---|---|---|
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. */ |
|
- | 47 | ||
46 | unsigned properties; /**< Number of properties. */ |
48 | unsigned properties; /**< Number of properties. */ |
47 | ofw_tree_property_t *property; |
49 | ofw_tree_property_t *property; |
48 | }; |
50 | }; |
49 | 51 | ||
50 | /** Memory representation of OpenFirmware device tree node property. */ |
52 | /** Memory representation of OpenFirmware device tree node property. */ |