Code Scrub for Dxe Core.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5560 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2008-07-24 02:54:45 +00:00
parent 11c11e4ecf
commit 022c6d45ef
38 changed files with 2499 additions and 2504 deletions

View File

@ -43,9 +43,9 @@ typedef struct {
EFI_EVENT_NOTIFY NotifyFunction;
VOID *NotifyContext;
EFI_GUID EventGroup;
LIST_ENTRY NotifyLink;
LIST_ENTRY NotifyLink;
BOOLEAN ExFlag;
//
// A list of all runtime events
//
@ -66,7 +66,7 @@ typedef struct {
} Timer;
} u;
} IEVENT;
} IEVENT;
//
// Internal prototypes
@ -76,7 +76,7 @@ typedef struct {
/**
Dispatches all pending events.
@param Priority The task priority level of event notifications
@param Priority The task priority level of event notifications
to dispatch
**/
@ -90,7 +90,7 @@ CoreDispatchEventNotifies (
/**
Return the highest set bit.
@param Number The value to check
@param Number The value to check
@return Bit position of the highest set bit
@ -105,13 +105,13 @@ CoreHighestSetBit (
/**
Disables CPU interrupts.
@retval EFI_SUCCESS If interrupts were disabled in the CPU.
@retval EFI_SUCCESS If interrupts were disabled in the CPU.
@retval EFI_INVALID_PARAMETER State is NULL.
**/
BOOLEAN
GetInterruptState (
VOID
VOID
);
//