Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-14
/
.
/
src
/
boot
/
efi
/
measure.h
blob: 99cf3b3fbdc2114a0c8f21da4797354200f8b068 [
file
] [
log
] [
blame
] [
raw
]
/* SPDX-License-Identifier: LGPL-2.1+ */
/*
*/
#ifndef
__SDBOOT_MEASURE_H
#define
__SDBOOT_MEASURE_H
EFI_STATUS tpm_log_event
(
UINT32 pcrindex
,
const
EFI_PHYSICAL_ADDRESS buffer
,
UINTN buffer_size
,
const
CHAR16
*
description
);
#endif