diff options
Diffstat (limited to 'tpm.h')
| -rw-r--r-- | tpm.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 { |
