X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=udevdb.h;h=f36a9ca79974594f87276fe767dfe40021af0d75;hb=5f7c4c1bb07c4398331b548de366c76c05eed1ff;hp=d6c58ae76645fe1f36ea6bb00516da10014f82e6;hpb=a56ef382869bb76ade6d26cd7e8adc983ca3f89e;p=elogind.git diff --git a/udevdb.h b/udevdb.h index d6c58ae76..f36a9ca79 100644 --- a/udevdb.h +++ b/udevdb.h @@ -11,6 +11,7 @@ /* function prototypes */ extern void udevdb_exit(void); extern int udevdb_init(int init_flag); +extern int udevdb_open_ro(void); extern int udevdb_add_dev(const char *path, const struct udevice *dev); extern int udevdb_get_dev(const char *path, struct udevice *dev);