]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/boot/efi/measure.h
Merge pull request #5842 from keszybz/meson-status-and-conditionals
[thirdparty/systemd.git] / src / boot / efi / measure.h
1 /*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU Lesser General Public License as published by
4 * the Free Software Foundation; either version 2.1 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful, but
8 * WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10 * Lesser General Public License for more details.
11 *
12 */
13 #ifndef __SDBOOT_MEASURE_H
14 #define __SDBOOT_MEASURE_H
15
16 EFI_STATUS tpm_log_event(UINT32 pcrindex, const EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description);
17
18 #endif