X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=lib%2Ftypes%2Ftypes.h;h=1843557728814111383342402c64c98f46974514;hp=acd9e3ef74c6fe12f3f98d992fecd5d148228656;hb=c25601a71b0951225691aa2edc389826f7f3836c;hpb=ee86a0bd989511319adf3467b41b5b2e1f486aa6 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 */