summaryrefslogtreecommitdiff
path: root/include/tpm.h
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2017-10-23 14:26:28 -0400
committerPeter Jones <pmjones@gmail.com>2018-03-12 16:21:43 -0400
commit1f1ec4cea8561d72734a56a76dc63a5c879bc994 (patch)
tree30c4578711efd8eff5728d5e493f0d0ccc1055ce /include/tpm.h
parentdc62a3c4dc3dd590fbba32c46b717088a132eb5e (diff)
downloadefi-boot-shim-1f1ec4cea8561d72734a56a76dc63a5c879bc994.tar.gz
efi-boot-shim-1f1ec4cea8561d72734a56a76dc63a5c879bc994.zip
Make sure all of our include files have proper guards.
... and make them all the same formatting too. Signed-off-by: Peter Jones <pjones@redhat.com>
Diffstat (limited to 'include/tpm.h')
-rw-r--r--include/tpm.h5
1 files changed, 5 insertions, 0 deletions
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 <efilib.h>
#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 */