projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Allow petitboot to run udevtrigger on start
[petitboot]
/
devices
/
udev-helper.h
diff --git
a/devices/udev-helper.h
b/devices/udev-helper.h
index ea5400c58f28f1a25ab46611b97971742bd25d7b..10e5d2b032d28e39bc2953c32ea400f5c1885abd 100644
(file)
--- 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);
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;
struct parser {
char *name;
int priority;