summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Unix/Sec/SecMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/Unix/Sec/SecMain.h')
-rw-r--r--InOsEmuPkg/Unix/Sec/SecMain.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/InOsEmuPkg/Unix/Sec/SecMain.h b/InOsEmuPkg/Unix/Sec/SecMain.h
index 68cb007ed8..5cd717818e 100644
--- a/InOsEmuPkg/Unix/Sec/SecMain.h
+++ b/InOsEmuPkg/Unix/Sec/SecMain.h
@@ -334,7 +334,11 @@ MapFd0 (
OUT UINT64 *Length
);
-
+BOOLEAN
+EfiSystemMemoryRange (
+ IN VOID *MemoryAddress
+ );
+
VOID SecSleep (UINT64 Nanoseconds);
VOID SecEnableInterrupt (VOID);