X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=UnixPkg%2FSec%2FSecMain.h;h=dc857d8fb0cfe14c0bd0949e520a0efe2134a81f;hb=2ff79f2eda16f8219140d3dae188d2b341f610e1;hp=9d34787fc44684cbe910810c9ea4c420059ddb00;hpb=bb111c2346bef02c18b30acced3f7b0311bbfe21;p=mirror_edk2.git diff --git a/UnixPkg/Sec/SecMain.h b/UnixPkg/Sec/SecMain.h index 9d34787fc4..dc857d8fb0 100644 --- a/UnixPkg/Sec/SecMain.h +++ b/UnixPkg/Sec/SecMain.h @@ -1,7 +1,7 @@ /*++ Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
-Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.
+Portions copyright (c) 2008 - 2010, Apple Inc. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -30,6 +30,8 @@ Abstract: #include #include #include +#include + #define STACK_SIZE 0x20000 @@ -583,7 +585,6 @@ SecPeCoffLoaderUnloadImageExtraAction ( ); - VOID SetTimer (UINT64 PeriodMs, VOID (*CallBack)(UINT64 DeltaMs)); void msSleep (unsigned long Milliseconds); void GetLocalTime (EFI_TIME *Time); @@ -591,6 +592,9 @@ void TzSet (void); long GetTimeZone(void); int GetDayLight(void); int GetErrno(void); +void UnixEnableInterrupt (void); +void UnixDisableInterrupt (void); +BOOLEAN UnixInterruptEanbled (void);