X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=fb53826902d7507e1f82d874c2fbc947167664d8;hb=19dab336ae13f0476bfbf0db34f1329a802eeb8e;hp=acd9e3ef74c6fe12f3f98d992fecd5d148228656;hpb=ee86a0bd989511319adf3467b41b5b2e1f486aa6;p=petitboot diff --git a/lib/types/types.h b/lib/types/types.h index acd9e3e..fb53826 100644 --- a/lib/types/types.h +++ b/lib/types/types.h @@ -16,6 +16,7 @@ struct device { }; struct boot_option { + char *device_id; char *id; char *name; char *description; @@ -29,4 +30,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 */