diff options
author | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-24 02:54:45 +0000 |
---|---|---|
committer | qhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-07-24 02:54:45 +0000 |
commit | 022c6d45ef78605c173023f53984e4dfaf7b11f4 (patch) | |
tree | b0e51fb630da1ded7af48ba85a60c643037da22e /MdeModulePkg/Core/Dxe/Exec.h | |
parent | 11c11e4ecf4c3bb41ede73fe88ac29dc67195aa9 (diff) | |
download | edk2-platforms-022c6d45ef78605c173023f53984e4dfaf7b11f4.tar.xz |
Code Scrub for Dxe Core.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5560 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdeModulePkg/Core/Dxe/Exec.h')
-rw-r--r-- | MdeModulePkg/Core/Dxe/Exec.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MdeModulePkg/Core/Dxe/Exec.h b/MdeModulePkg/Core/Dxe/Exec.h index 00deed3569..19ada45ca2 100644 --- a/MdeModulePkg/Core/Dxe/Exec.h +++ b/MdeModulePkg/Core/Dxe/Exec.h @@ -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
);
//
|