diff options
author | Kay Sievers <kay@vrfy.org> | 2013-03-10 22:47:56 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-03-10 22:48:27 +0100 |
commit | bc6f2e7c62bcd08177f879423188c54289694619 (patch) | |
tree | bc5ac1caf432a58fef6a55626084927227e9348c /src/boot/boot.h | |
parent | ad88e758d1b08a21d25971b074e119c167757109 (diff) |
bootctl: print secure boot flags
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; |