diff options
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Exec.h')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Exec.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/MdeModulePkg/Core/Dxe/Exec.h b/MdeModulePkg/Core/Dxe/Exec.h index 19ada45ca2..8fbb9945ab 100644 --- a/MdeModulePkg/Core/Dxe/Exec.h +++ b/MdeModulePkg/Core/Dxe/Exec.h @@ -20,9 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. //
// EFI_EVENT
//
-
-
-
#define EVENT_SIGNATURE EFI_SIGNATURE_32('e','v','n','t')
typedef struct {
UINTN Signature;
@@ -101,35 +98,9 @@ CoreHighestSetBit ( );
-
-/**
- Disables CPU interrupts.
-
- @retval EFI_SUCCESS If interrupts were disabled in the CPU.
- @retval EFI_INVALID_PARAMETER State is NULL.
-
-**/
-BOOLEAN
-GetInterruptState (
- VOID
- );
-
//
// Exported functions
//
-
-
-/**
- A function out of date, should be removed.
-
-**/
-VOID
-CoreEventVirtualAddressFixup (
- VOID
- );
-
-
-
/**
Initializes timer support.
|