summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/efi_tcg2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efi_tcg2.h b/include/efi_tcg2.h
index b6b958da51..a8c43e415f 100644
--- a/include/efi_tcg2.h
+++ b/include/efi_tcg2.h
@@ -127,8 +127,8 @@ struct efi_tcg2_boot_service_capability {
efi_tcg_event_algorithm_bitmap active_pcr_banks;
};
+/* up to and including the vendor ID (manufacturer_id) field */
#define boot_service_capability_min \
- sizeof(struct efi_tcg2_boot_service_capability) - \
offsetof(struct efi_tcg2_boot_service_capability, number_of_pcr_banks)
#define TCG_EFI_SPEC_ID_EVENT_SIGNATURE_03 "Spec ID Event03"