summaryrefslogtreecommitdiff
path: root/include/configtable.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/configtable.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/configtable.h')
-rw-r--r--include/configtable.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/configtable.h b/include/configtable.h
index fa2b5058..0c9dfdca 100644
--- a/include/configtable.h
+++ b/include/configtable.h
@@ -1,3 +1,6 @@
+#ifndef SHIM_CONFIGTABLE_H
+#define SHIM_CONFIGTABLE_H
+
/* definitions straight from TianoCore */
typedef UINT32 EFI_IMAGE_EXECUTION_ACTION;
@@ -66,3 +69,4 @@ configtable_find_image(const EFI_DEVICE_PATH *DevicePath);
int
configtable_image_is_forbidden(const EFI_DEVICE_PATH *DevicePath);
+#endif /* SHIM_CONFIGTABLE_H */