summaryrefslogtreecommitdiff
path: root/include/libsysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libsysfs.h')
-rw-r--r--include/libsysfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libsysfs.h b/include/libsysfs.h
index 8a0fb4d..8f0cd87 100644
--- a/include/libsysfs.h
+++ b/include/libsysfs.h
@@ -140,6 +140,7 @@ extern int sysfs_get_name_from_path(const unsigned char *path,
extern int sysfs_get_link(const unsigned char *path, unsigned char *target,
size_t len);
extern struct dlist *sysfs_open_subsystem_list(unsigned char *name);
+extern struct dlist *sysfs_open_bus_devices_list(unsigned char *name);
extern void sysfs_close_list(struct dlist *list);
/* sysfs directory and file access */