]> git.ozlabs.org Git - petitboot/blobdiff - devices/udev-helper.h
Ignore ramdisk devices.
[petitboot] / devices / udev-helper.h
index 10e5d2b032d28e39bc2953c32ea400f5c1885abd..6b9ba9d7c3b4bdcb5ce5465ec68a5a8f4fef76c6 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);
 
+char *join_paths(const char *a, const char *b);
+
 int mount_device(const char *dev_path, char *mount_path);
 
 struct parser {