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/exported_symbols | |
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/exported_symbols')
-rw-r--r-- | libudev/exported_symbols | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libudev/exported_symbols b/libudev/exported_symbols index 2e6a9b7dc0..500e981586 100644 --- a/libudev/exported_symbols +++ b/libudev/exported_symbols @@ -32,6 +32,7 @@ udev_device_get_is_initialized udev_device_get_devlinks_list_entry udev_device_get_properties_list_entry udev_device_get_tags_list_entry +udev_device_get_sysattr_list_entry udev_device_get_property_value udev_device_get_action udev_device_get_driver |