summaryrefslogtreecommitdiff
path: root/src/boot/efi/measure.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/efi/measure.h')
-rw-r--r--src/boot/efi/measure.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/boot/efi/measure.h b/src/boot/efi/measure.h
index 99cf3b3fbd..ebb6406eca 100644
--- a/src/boot/efi/measure.h
+++ b/src/boot/efi/measure.h
@@ -1,9 +1,4 @@
/* SPDX-License-Identifier: LGPL-2.1+ */
-/*
- */
-#ifndef __SDBOOT_MEASURE_H
-#define __SDBOOT_MEASURE_H
+#pragma once
EFI_STATUS tpm_log_event(UINT32 pcrindex, const EFI_PHYSICAL_ADDRESS buffer, UINTN buffer_size, const CHAR16 *description);
-
-#endif