Changeset 774 for GPL/branches/uniaud32-exp/include/linux/device.h
- Timestamp:
- Apr 21, 2025, 1:39:12 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-exp/include/linux/device.h
r767 r774 58 58 struct device * parent; 59 59 struct device_private *p; 60 conststruct bus_type * bus; /* type of bus device is on */60 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 */ … … 120 120 const char *dev_name; 121 121 int (*match)(struct device *dev, struct device_driver *drv); 122 int (*uevent)( struct device *dev, struct kobj_uevent_env *env);122 int (*uevent)(const struct device *dev, struct kobj_uevent_env *env); 123 123 int (*probe)(struct device *dev); 124 124 int (*remove)(struct device *dev);
Note:
See TracChangeset
for help on using the changeset viewer.