]> git.ozlabs.org Git - petitboot/blobdiff - discover/boot.h
discover: Implement device handler boot path
[petitboot] / discover / boot.h
diff --git a/discover/boot.h b/discover/boot.h
new file mode 100644 (file)
index 0000000..be2ca57
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _BOOT_H
+#define _BOOT_H
+
+struct boot_option;
+struct boot_command;
+
+int boot(void *ctx, struct boot_option *opt, struct boot_command *cmd,
+               int dry_run);
+
+#endif /* _BOOT_H */