]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/boot/efi/measure.h
Add SPDX license identifiers to source files under the LGPL
[thirdparty/systemd.git] / src / boot / efi / measure.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
92ed3bb4
HH
2/*
3 * This program is free software; you can redistribute it and/or modify it
4 * under the terms of the GNU Lesser General Public License as published by
5 * the Free Software Foundation; either version 2.1 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful, but
9 * WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * Lesser General Public License for more details.
12 *
13 */
14#ifndef __SDBOOT_MEASURE_H
15#define __SDBOOT_MEASURE_H
16
92ed3bb4 17EFI_STATUS tpm_log_event(UINT32 pcrindex, const EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description);
1f8476b1 18
92ed3bb4 19#endif