X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=devices%2Fudev-helper.h;h=6b9ba9d7c3b4bdcb5ce5465ec68a5a8f4fef76c6;hp=ea5400c58f28f1a25ab46611b97971742bd25d7b;hb=b174c6f4f7f148aac51f4f7d89f26bf02f327cb9;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;