summaryrefslogtreecommitdiff
path: root/InOsEmuPkg/Unix/Sec/Gasket.h
diff options
context:
space:
mode:
Diffstat (limited to 'InOsEmuPkg/Unix/Sec/Gasket.h')
-rw-r--r--InOsEmuPkg/Unix/Sec/Gasket.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/InOsEmuPkg/Unix/Sec/Gasket.h b/InOsEmuPkg/Unix/Sec/Gasket.h
index 90c2aa8ee7..2c59a562e6 100644
--- a/InOsEmuPkg/Unix/Sec/Gasket.h
+++ b/InOsEmuPkg/Unix/Sec/Gasket.h
@@ -58,8 +58,15 @@ EFIAPI
GasketSecMalloc (
IN UINTN Size
);
+
+VOID *
+EFIAPI
+GasketSecValloc (
+ IN UINTN Size
+ );
-VOID
+BOOLEAN
+EFIAPI
GasketSecFree (
IN VOID *Ptr
);