Changeset 767 for GPL/branches/uniaud32-exp/include/linux/device.h
- Timestamp:
- Apr 13, 2025, 3:27:12 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/include/linux/device.h
r764 r767 58 58 struct device * parent; 59 59 struct device_private *p; 60 struct bus_type * bus; /* type of bus device is on */60 const struct bus_type * bus; /* type of bus device is on */ 61 61 struct kobject kobj; 62 62 const char *init_name; /* initial name of the device */
Note:
See TracChangeset
for help on using the changeset viewer.