From 1f1ec4cea8561d72734a56a76dc63a5c879bc994 Mon Sep 17 00:00:00 2001 From: Peter Jones Date: Mon, 23 Oct 2017 14:26:28 -0400 Subject: Make sure all of our include files have proper guards. ... and make them all the same formatting too. Signed-off-by: Peter Jones --- include/tpm.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/tpm.h') diff --git a/include/tpm.h b/include/tpm.h index d11b545b..0b0cd66d 100644 --- a/include/tpm.h +++ b/include/tpm.h @@ -1,3 +1,6 @@ +#ifndef SHIM_TPM_H +#define SHIM_TPM_H + #include #define EFI_TPM_GUID {0xf541796d, 0xa62e, 0x4954, {0xa7, 0x75, 0x95, 0x84, 0xf6, 0x1b, 0x9c, 0xdd }}; @@ -186,3 +189,5 @@ typedef UINT32 TCG_EVENTTYPE; #define EV_EFI_VARIABLE_AUTHORITY (EV_EFI_EVENT_BASE + 0xE0) #define PE_COFF_IMAGE 0x0000000000000010 + +#endif /* SHIM_TPM_H */ -- cgit v1.2.3