Systemd/src/boot/efi/measure.h
2020-11-09 13:23:58 +09:00

5 lines
187 B
C

/* 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);