]> 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 408a761965a4e092328650eeeb17ebc37ac04597..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
@@ -585,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
@@ -593,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