diff options
author | Thomas Egerer <thomas.egerer@secunet.com> | 2011-03-04 17:06:41 +0100 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-03-04 21:51:03 +0100 |
commit | f180ad259f1480a3d58106e38eb760f79600e0e1 (patch) | |
tree | 779874c1d1374f0a2f7a97bc9373289fad1a1570 /libudev/libudev.h | |
parent | 30c2b6f10fba3171036bdfd4b6873ebb0e89233f (diff) |
libudev: allow to get list of all available sysfs attrs for a device
Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
Diffstat (limited to 'libudev/libudev.h')
-rw-r--r-- | libudev/libudev.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libudev/libudev.h b/libudev/libudev.h index 0abd7c8b0e..892530b773 100644 --- a/libudev/libudev.h +++ b/libudev/libudev.h @@ -92,6 +92,7 @@ int udev_device_get_is_initialized(struct udev_device *udev_device); struct udev_list_entry *udev_device_get_devlinks_list_entry(struct udev_device *udev_device); struct udev_list_entry *udev_device_get_properties_list_entry(struct udev_device *udev_device); struct udev_list_entry *udev_device_get_tags_list_entry(struct udev_device *udev_device); +struct udev_list_entry *udev_device_get_sysattr_list_entry(struct udev_device *udev_device); const char *udev_device_get_property_value(struct udev_device *udev_device, const char *key); const char *udev_device_get_driver(struct udev_device *udev_device); dev_t udev_device_get_devnum(struct udev_device *udev_device); |