mirror of https://github.com/acidanthera/audk.git
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:
parent
f83933cff0
commit
dbfb4b229c
|
@ -20,9 +20,6 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
//
|
//
|
||||||
// EFI_EVENT
|
// EFI_EVENT
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#define EVENT_SIGNATURE EFI_SIGNATURE_32('e','v','n','t')
|
#define EVENT_SIGNATURE EFI_SIGNATURE_32('e','v','n','t')
|
||||||
typedef struct {
|
typedef struct {
|
||||||
UINTN Signature;
|
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
|
// Exported functions
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
/**
|
|
||||||
A function out of date, should be removed.
|
|
||||||
|
|
||||||
**/
|
|
||||||
VOID
|
|
||||||
CoreEventVirtualAddressFixup (
|
|
||||||
VOID
|
|
||||||
);
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Initializes timer support.
|
Initializes timer support.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue