diff options
Diffstat (limited to 'include/linux/device.h')
-rw-r--r-- | include/linux/device.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/device.h b/include/linux/device.h index badef20b876a..324d02add7b4 100644 --- a/include/linux/device.h +++ b/include/linux/device.h | |||
@@ -940,6 +940,9 @@ extern void unlock_device_hotplug(void); | |||
940 | extern int lock_device_hotplug_sysfs(void); | 940 | extern int lock_device_hotplug_sysfs(void); |
941 | extern int device_offline(struct device *dev); | 941 | extern int device_offline(struct device *dev); |
942 | extern int device_online(struct device *dev); | 942 | extern int device_online(struct device *dev); |
943 | extern void set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode); | ||
944 | extern void set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode); | ||
945 | |||
943 | /* | 946 | /* |
944 | * Root device objects for grouping under /sys/devices | 947 | * Root device objects for grouping under /sys/devices |
945 | */ | 948 | */ |