summaryrefslogtreecommitdiff
path: root/tpm.h
diff options
context:
space:
mode:
Diffstat (limited to 'tpm.h')
-rw-r--r--tpm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tpm.h b/tpm.h
index 27cb418e..cc1bbedb 100644
--- a/tpm.h
+++ b/tpm.h
@@ -122,7 +122,8 @@ typedef struct tdEFI_TCG2_EVENT {
uint8_t Event[1];
} __attribute__ ((packed)) EFI_TCG2_EVENT;
-#define EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 0x00000002
+#define EFI_TCG2_EVENT_LOG_FORMAT_TCG_1_2 0x00000001
+#define EFI_TCG2_EVENT_LOG_FORMAT_TCG_2 0x00000002
struct efi_tpm2_protocol
{