X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=devices%2Fudev-helper.h;fp=devices%2Fudev-helper.h;h=10e5d2b032d28e39bc2953c32ea400f5c1885abd;hp=ea5400c58f28f1a25ab46611b97971742bd25d7b;hb=747a0d462cf02ec2b6649f5a3d9b759424d793f8;hpb=f95c710a32afd514b7a1d5072bab0adf7323936b diff --git a/devices/udev-helper.h b/devices/udev-helper.h index ea5400c..10e5d2b 100644 --- a/devices/udev-helper.h +++ b/devices/udev-helper.h @@ -6,6 +6,8 @@ int add_device(const struct device *dev); int add_boot_option(const struct boot_option *opt); void free_boot_option(struct boot_option *opt); +int mount_device(const char *dev_path, char *mount_path); + struct parser { char *name; int priority;