diff options
Diffstat (limited to 'src/boot/boot.h')
-rw-r--r-- | src/boot/boot.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/boot/boot.h b/src/boot/boot.h index febee123d5..bd8dc69d3d 100644 --- a/src/boot/boot.h +++ b/src/boot/boot.h @@ -45,6 +45,8 @@ struct boot_info { sd_id128_t boot_id; char *fw_type; char *fw_info; + int fw_secure_boot; + int fw_secure_boot_setup_mode; struct boot_info_entry *fw_entries; size_t fw_entries_count; uint16_t *fw_entries_order; |