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