diff options
author | Kay Sievers <kay.sievers@suse.de> | 2006-08-13 05:32:09 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2006-08-13 05:32:09 +0200 |
commit | 254efc14a40204969fcf861498fb8b62a16141d1 (patch) | |
tree | a08232d1ff30e5209dedeacbf50a77c673fb8cf8 /udev.h | |
parent | 258e77a55577f1cdf9209bb2a4add0bbee182d6e (diff) |
udevd: read DRIVER from the environment
Diffstat (limited to 'udev.h')
-rw-r--r-- | udev.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -109,7 +109,8 @@ extern dev_t udev_device_get_devt(struct udevice *udev); extern char sysfs_path[PATH_SIZE]; extern int sysfs_init(void); extern void sysfs_cleanup(void); -extern void sysfs_device_set_values(struct sysfs_device *dev, const char *devpath, const char *subsystem); +extern void sysfs_device_set_values(struct sysfs_device *dev, const char *devpath, + const char *subsystem, const char *driver); extern struct sysfs_device *sysfs_device_get(const char *devpath); extern struct sysfs_device *sysfs_device_get_parent(struct sysfs_device *dev); extern struct sysfs_device *sysfs_device_get_parent_with_subsystem(struct sysfs_device *dev, const char *subsystem); |