Remove two obsolete function prototypes.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5851 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8 2008-09-09 01:47:33 +00:00
parent f83933cff0
commit dbfb4b229c
1 changed files with 0 additions and 29 deletions

View File

@ -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.