summaryrefslogtreecommitdiffstats
path: root/discover/boot.h
diff options
context:
space:
mode:
Diffstat (limited to 'discover/boot.h')
-rw-r--r--discover/boot.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/discover/boot.h b/discover/boot.h
new file mode 100644
index 0000000..be2ca57
--- /dev/null
+++ b/discover/boot.h
@@ -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 */
OpenPOWER on IntegriCloud