efi/tpm.h: Fix hash_log_extend_event definition.
I didn't check the spec but pointer to address doesn't make much sense and doesn't match the code. Signed-off-by: Vladimir Serbinenko <phcoder@google.com>
This commit is contained in:
parent
384091967d
commit
98c3a1a76b
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ struct grub_efi_tpm2_protocol
|
|||
grub_efi_boolean_t * EventLogTruncated);
|
||||
grub_efi_status_t (*hash_log_extend_event) (struct grub_efi_tpm2_protocol *
|
||||
this, grub_efi_uint64_t Flags,
|
||||
grub_efi_physical_address_t *
|
||||
grub_efi_physical_address_t
|
||||
DataToHash,
|
||||
grub_efi_uint64_t DataToHashLen,
|
||||
EFI_TCG2_EVENT *EfiTcgEvent);
|
||||
|
|
Loading…
Reference in a new issue