]> git.ozlabs.org Git - petitboot/blobdiff - discover/grub2/grub2.h
ui/ncurses: Add nc_widget_subset
[petitboot] / discover / grub2 / grub2.h
index e79bf41d4b655598a3019394a0c2f5ccbbac0ca3..68176fbe3e18cca5f4ed010204812b7312f7b423 100644 (file)
@@ -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 */