X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=devices%2Fudev-helper.h;h=6b9ba9d7c3b4bdcb5ce5465ec68a5a8f4fef76c6;hp=10e5d2b032d28e39bc2953c32ea400f5c1885abd;hb=f6de8493cf6645f8da027671f935cf22f8008a1b;hpb=44722ec66794900881347462b6b6f32e430159af diff --git a/devices/udev-helper.h b/devices/udev-helper.h index 10e5d2b..6b9ba9d 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); +char *join_paths(const char *a, const char *b); + int mount_device(const char *dev_path, char *mount_path); struct parser {