summaryrefslogtreecommitdiff
path: root/udev_db.h
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2005-02-21 13:48:10 +0100
committerGreg KH <gregkh@suse.de>2005-04-26 23:36:13 -0700
commit8f2f6e426fc4cc1fa39b864a1792428a4269b751 (patch)
treeefacf88145a24ec9767099c50f313b4900dc5e86 /udev_db.h
parent311a2b0a1d65a1bd02bbedda0dda90f10d6b6788 (diff)
[PATCH] cleanup db functions
Diffstat (limited to 'udev_db.h')
-rw-r--r--udev_db.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_db.h b/udev_db.h
index 141c586f24..75f1d98296 100644
--- a/udev_db.h
+++ b/udev_db.h
@@ -26,9 +26,9 @@
extern int udev_db_add_device(struct udevice *dev);
-extern int udev_db_get_device(struct udevice *dev);
extern int udev_db_delete_device(struct udevice *dev);
+extern int udev_db_get_device_by_devpath(struct udevice *dev, const char *devpath);
extern int udev_db_get_device_byname(struct udevice *udev, const char *name);
#endif /* _UDEV_DB_H_ */