summaryrefslogtreecommitdiff
path: root/udev_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'udev_utils.h')
-rw-r--r--udev_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev_utils.h b/udev_utils.h
index c7a41aaa44..b45500dcff 100644
--- a/udev_utils.h
+++ b/udev_utils.h
@@ -41,6 +41,6 @@ extern void file_unmap(char *buf, size_t bufsize);
extern size_t buf_get_line(const char *buf, size_t buflen, size_t cur);
extern void no_trailing_slash(char *path);
extern int name_list_add(struct list_head *name_list, const char *name, int sort);
-extern int call_foreach_file(int (*handler_function)(struct udevice *udev, const char *string),
- struct udevice *udev, const char *dirname, const char *suffix);
+extern int add_matching_files(struct list_head *name_list, const char *dirname, const char *suffix);
+
#endif