X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fgrub2%2Fgrub2.h;h=68176fbe3e18cca5f4ed010204812b7312f7b423;hp=0a8932426588b1a8e90b5f575a6ffcc542e94eba;hb=fbe876dd19e4c289ba940b2e7f0ae0b23b790025;hpb=00a881a1adb6f656049939adecb9bf9edd29a658 diff --git a/discover/grub2/grub2.h b/discover/grub2/grub2.h index 0a89324..68176fb 100644 --- a/discover/grub2/grub2.h +++ b/discover/grub2/grub2.h @@ -98,6 +98,7 @@ struct grub2_script { struct discover_boot_option *opt; const char *filename; unsigned int n_options; + struct list options; }; struct grub2_parser {