]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/boot/efi/measure.h
e04ee127a3f69a8296321fc0dea1125656a8edc9
[thirdparty/systemd.git] / src / boot / efi / measure.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #ifndef __SDBOOT_MEASURE_H
3 #define __SDBOOT_MEASURE_H
4
5 EFI_STATUS tpm_log_event(UINT32 pcrindex, const EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description);
6
7 #endif