From c25601a71b0951225691aa2edc389826f7f3836c Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Wed, 27 Feb 2013 09:09:47 +0800 Subject: Add boot command structure to petitboot protocol description Signed-off-by: Jeremy Kerr --- lib/types/types.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/types/types.h') 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 */ -- cgit v1.2.1