]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/Sec/Gasket.h
InOsEmuPkg: Add an OS malloc/valloc/free based implementation of the MemoryAllocation...
[mirror_edk2.git] / InOsEmuPkg / Unix / Sec / Gasket.h
index 90c2aa8ee7ed25c0edfe53f469fdf6b70dfb57b8..2c59a562e6436633c4f922050e47a9c64b03b95c 100644 (file)
@@ -58,8 +58,15 @@ EFIAPI
 GasketSecMalloc (\r
   IN  UINTN Size\r
   );\r
+\r
+VOID *\r
+EFIAPI\r
+GasketSecValloc (\r
+  IN  UINTN Size\r
+  );\r
   \r
-VOID\r
+BOOLEAN\r
+EFIAPI\r
 GasketSecFree (\r
   IN  VOID *Ptr\r
   );\r