Changeset 737 for GPL/branches/uniaud32-exp/include/linux/of.h
- Timestamp:
- Sep 18, 2022, 7:39:50 AM (3 years ago)
- File:
-
- 1 edited
-
GPL/branches/uniaud32-exp/include/linux/of.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/include/linux/of.h
r615 r737 28 28 29 29 30 struct device_node { 31 const char *name; 32 // phandle phandle; 33 const char *full_name; 34 // struct fwnode_handle fwnode; 35 36 struct property *properties; 37 struct property *deadprops; /* removed properties */ 38 struct device_node *parent; 39 struct device_node *child; 40 struct device_node *sibling; 41 struct kobject kobj; 42 unsigned long _flags; 43 void *data; 44 }; 30 45 struct property { 31 46 char *name; … … 60 75 return prop ? true : false; 61 76 } 77 extern void of_node_put(struct device_node *node); 62 78 63 79 #endif /* _LINUX_OF_H */
Note:
See TracChangeset
for help on using the changeset viewer.
