summaryrefslogtreecommitdiffstats
path: root/lib/types
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2013-02-27 09:09:47 +0800
committerJeremy Kerr <jk@ozlabs.org>2013-04-15 14:54:21 +0800
commitc25601a71b0951225691aa2edc389826f7f3836c (patch)
treea0378983f0659e77b018a8a5e36e63d0e4b86994 /lib/types
parent1b0b59295d0500764c5096753f7cd11bf3ab5df4 (diff)
downloadtalos-petitboot-c25601a71b0951225691aa2edc389826f7f3836c.tar.gz
talos-petitboot-c25601a71b0951225691aa2edc389826f7f3836c.zip
Add boot command structure to petitboot protocol description
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'lib/types')
-rw-r--r--lib/types/types.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/types/types.h b/lib/types/types.h
index acd9e3e..1843557 100644
--- a/lib/types/types.h
+++ b/lib/types/types.h
@@ -29,4 +29,11 @@ struct boot_option {
void *ui_info;
};
+struct boot_command {
+ char *option_id;
+ char *boot_image_file;
+ char *initrd_file;
+ char *boot_args;
+};
+
#endif /* _TYPES_H */
OpenPOWER on IntegriCloud