summaryrefslogtreecommitdiffstats
path: root/lib/types/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/types/types.h')
-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