Systemd/src/boot/efi/measure.h

10 lines
235 B
C

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