From: Christian Storm <
christi...@siemens.com>
Remove one
extern EFI_HANDLE this_image;
declaration as it's declared twice.
Signed-off-by: Christian Storm <
christi...@siemens.com>
---
include/bootguard.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/bootguard.h b/include/bootguard.h
index e534ada..bf244a4 100644
--- a/include/bootguard.h
+++ b/include/bootguard.h
@@ -58,6 +58,4 @@ typedef struct _BG_LOADER_PARAMS {
UINTN timeout;
} BG_LOADER_PARAMS;
-extern EFI_HANDLE this_image;
-
#endif // __H_BOOTGUARD__
--
2.23.0