X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=devices%2Fudev-helper.h;h=10e5d2b032d28e39bc2953c32ea400f5c1885abd;hp=ea5400c58f28f1a25ab46611b97971742bd25d7b;hb=392ef72ca8ea92ce8aacef01fda3046f0e9f59b2;hpb=f60d0b2e7dbd9d85980866c68d0f87b6bc823663 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;