]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/Sec/SecMain.h
Adding Simple Pointer, GOP, SimpleTextInEx, and Networking protocols to the emulator...
[mirror_edk2.git] / UnixPkg / Sec / SecMain.h
index 9d34787fc44684cbe910810c9ea4c420059ddb00..dc857d8fb0cfe14c0bd0949e520a0efe2134a81f 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
 Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
-Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
+Portions copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -30,6 +30,8 @@ Abstract:
 #include <Library/PcdLib.h>\r
 #include <Library/DebugLib.h>\r
 #include <Library/ReportStatusCodeLib.h>\r
+#include <Library/SecDispatchTableLib.h>\r
+\r
 \r
 #define STACK_SIZE                0x20000      \r
 \r
@@ -583,7 +585,6 @@ SecPeCoffLoaderUnloadImageExtraAction (
   );\r
 \r
 \r
-\r
 VOID SetTimer (UINT64 PeriodMs, VOID (*CallBack)(UINT64 DeltaMs));\r
 void msSleep (unsigned long Milliseconds);\r
 void GetLocalTime (EFI_TIME *Time);\r
@@ -591,6 +592,9 @@ void TzSet (void);
 long GetTimeZone(void);\r
 int GetDayLight(void);\r
 int GetErrno(void);\r
+void UnixEnableInterrupt (void);\r
+void UnixDisableInterrupt (void);\r
+BOOLEAN UnixInterruptEanbled (void);\r
 \r
 \r
 \r