]> git.proxmox.com Git - mirror_edk2.git/blobdiff - InOsEmuPkg/Unix/Sec/SecMain.h
InOsEmuPkg: Add TimerLib for PEI, DXE_CORE, and DXE/EFI drivers/applications.
[mirror_edk2.git] / InOsEmuPkg / Unix / Sec / SecMain.h
index 81970edb6c2d24d7663a7d7793f40c92173b83d9..68cb007ed838601a7d3083e383d9f492c6415609 100644 (file)
@@ -90,6 +90,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 #include <Library/PeCoffLib.h>\r
 #include <Library/BaseLib.h>\r
 #include <Library/BaseMemoryLib.h>\r
+#include <Library/MemoryAllocationLib.h>\r
 #include <Library/PrintLib.h>\r
 #include <Library/PcdLib.h>\r
 #include <Library/DebugLib.h>\r
@@ -335,7 +336,7 @@ MapFd0 (
 \r
  \r
 \r
-VOID SecSleep (UINT64 Milliseconds);\r
+VOID SecSleep (UINT64 Nanoseconds);\r
 VOID SecEnableInterrupt (VOID);\r
 VOID SecDisableInterrupt (VOID);\r
 BOOLEAN SecInterruptEanbled (VOID);\r