blob: 19e148d9225afcc0b1dadbee871fd610c9eba84f (
plain)
1
2
3
4
|
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#pragma once
EFI_STATUS tpm_log_event(UINT32 pcrindex, const EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description);
|