X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fgrub2%2Fgrub2.h;h=68176fbe3e18cca5f4ed010204812b7312f7b423;hp=e79bf41d4b655598a3019394a0c2f5ccbbac0ca3;hb=b9af039e99527159aad905c3395fa974b9621f8e;hpb=1b272c7d47390077eee0a0638329b1a7df521329 diff --git a/discover/grub2/grub2.h b/discover/grub2/grub2.h index e79bf41..68176fb 100644 --- a/discover/grub2/grub2.h +++ b/discover/grub2/grub2.h @@ -98,11 +98,13 @@ struct grub2_script { struct discover_boot_option *opt; const char *filename; unsigned int n_options; + struct list options; }; struct grub2_parser { void *scanner; struct grub2_script *script; + bool inter_word; }; /* type for builtin functions */