diff options
author | Kay Sievers <kay.sievers@suse.de> | 2005-08-27 02:59:20 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@suse.de> | 2005-08-27 02:59:20 +0200 |
commit | db481105c2cf2092e1499736d6619bf194f91711 (patch) | |
tree | e83767636bda206ea85e31b26b1c2432910afca9 /udev_db.h | |
parent | 3ad7a5b1a562ba71bea91ae3fba48e5b5947e285 (diff) |
prepare for new HAL udevdb dump
HAL soon wants to read the whole content of the udevdatabase while
starting up. This makes the whole udev structure available to the
udevinfo "dump".
Signed-off-by: Kay Sievers <kay.sievers@suse.de>
Diffstat (limited to 'udev_db.h')
-rw-r--r-- | udev_db.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,6 +28,6 @@ extern int udev_db_delete_device(struct udevice *dev); extern int udev_db_get_device(struct udevice *udev, const char *devpath); extern int udev_db_search_name(char *devpath, size_t len, const char *name); -extern int udev_db_dump_names(int (*handler_function)(const char *path, const char *name)); +extern int udev_db_get_all_entries(struct list_head *name_list); #endif /* _UDEV_DB_H_ */ |