diff options
Diffstat (limited to 'include/configtable.h')
-rw-r--r-- | include/configtable.h | 4 |
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 */ |