Rev 1907 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1907 | Rev 1909 | ||
---|---|---|---|
Line 47... | Line 47... | ||
47 | 47 | ||
48 | char *da_name; /**< Disambigued name. */ |
48 | char *da_name; /**< Disambigued name. */ |
49 | 49 | ||
50 | unsigned properties; /**< Number of properties. */ |
50 | unsigned properties; /**< Number of properties. */ |
51 | ofw_tree_property_t *property; |
51 | ofw_tree_property_t *property; |
- | 52 | ||
- | 53 | void *device; /**< Member used solely by the kernel. */ |
|
52 | }; |
54 | }; |
53 | 55 | ||
54 | /** Memory representation of OpenFirmware device tree node property. */ |
56 | /** Memory representation of OpenFirmware device tree node property. */ |
55 | struct ofw_tree_property { |
57 | struct ofw_tree_property { |
56 | char name[OFW_TREE_PROPERTY_MAX_NAMELEN]; |
58 | char name[OFW_TREE_PROPERTY_MAX_NAMELEN]; |