projects
/
petitboot
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
discover/grub2: Add option state in menuentry processing
[petitboot]
/
discover
/
grub2
/
grub2.h
diff --git
a/discover/grub2/grub2.h
b/discover/grub2/grub2.h
index fca0fa2ee1525b86ef750cdf6548df73a0de52ad..1ac9f88db896b257d38c8c9c0347f0b7857b44d7 100644
(file)
--- a/
discover/grub2/grub2.h
+++ b/
discover/grub2/grub2.h
@@
-84,6
+84,7
@@
struct grub2_script {
struct list commands;
struct list symtab;
struct discover_context *ctx;
+ struct discover_boot_option *opt;
};
struct grub2_parser {