aboutsummaryrefslogtreecommitdiff
path: root/EfiGuardDxe/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'EfiGuardDxe/util.c')
-rw-r--r--EfiGuardDxe/util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/EfiGuardDxe/util.c b/EfiGuardDxe/util.c
index 861c81d..6420a56 100644
--- a/EfiGuardDxe/util.c
+++ b/EfiGuardDxe/util.c
@@ -151,7 +151,7 @@ FindPattern(
IN CONST UINT8* Pattern,
IN UINT8 Wildcard,
IN UINT32 PatternLength,
- IN VOID* Base,
+ IN CONST VOID* Base,
IN UINT32 Size,
OUT VOID **Found
)
@@ -188,7 +188,7 @@ FindPatternVerbose(
IN CONST UINT8* Pattern,
IN UINT8 Wildcard,
IN UINT32 PatternLength,
- IN VOID* Base,
+ IN CONST VOID* Base,
IN UINT32 Size,
OUT VOID **Found
)