chiark / gitweb /
update TODO
[elogind.git] / src / boot / boot.h
index 90e45ccd689084f3a28b08aa126a035fd68cdf7c..bd8dc69d3d6606c4fcf795dd5975f5b5ca35d742 100644 (file)
@@ -38,8 +38,6 @@ struct boot_info_entry {
         char *title;
         sd_id128_t part_uuid;
         char *path;
-        char *data;
-        size_t data_size;
 };
 
 struct boot_info {
@@ -47,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;