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