summaryrefslogtreecommitdiff
path: root/include/guid.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/guid.h')
-rw-r--r--include/guid.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/guid.h b/include/guid.h
index 86b709b8..b2c1f8ff 100644
--- a/include/guid.h
+++ b/include/guid.h
@@ -1,3 +1,6 @@
+#ifndef SHIM_GUID_H
+#define SHIM_GUID_H
+
#include <efi.h>
extern EFI_GUID GV_GUID;
@@ -12,3 +15,5 @@ extern EFI_GUID EFI_CERT_SHA256_GUID;
extern EFI_GUID MOK_OWNER;
extern EFI_GUID SECURITY_PROTOCOL_GUID;
extern EFI_GUID SECURITY2_PROTOCOL_GUID;
+
+#endif /* SHIM_GUID_H */