summaryrefslogtreecommitdiffstats
path: root/discover/boot.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/boot.c')
-rw-r--r--discover/boot.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/discover/boot.c b/discover/boot.c
new file mode 100644
index 0000000..ddb9e7d
--- /dev/null
+++ b/discover/boot.c
@@ -0,0 +1,14 @@
+
+#include "boot.h"
+
+int boot(void *ctx, struct boot_option *opt, struct boot_command *cmd,
+ int dry_run)
+{
+ /* todo: run kexec with options from opt & cmd */
+ (void)ctx;
+ (void)opt;
+ (void)cmd;
+ (void)dry_run;
+
+ return 0;
+}
OpenPOWER on IntegriCloud