]> git.ozlabs.org Git - petitboot/blobdiff - devices/udev-helper.h
Allow twin cflags and libs to be explicitly defined
[petitboot] / devices / udev-helper.h
index ea5400c58f28f1a25ab46611b97971742bd25d7b..10e5d2b032d28e39bc2953c32ea400f5c1885abd 100644 (file)
@@ -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;