]> git.ozlabs.org Git - petitboot/blobdiff - devices/udev-helper.h
Add backspace to boot back to gameos and make left pane selection a bit
[petitboot] / devices / udev-helper.h
index ea5400c58f28f1a25ab46611b97971742bd25d7b..6b9ba9d7c3b4bdcb5ce5465ec68a5a8f4fef76c6 100644 (file)
@@ -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;