Refine code to follow the coding style.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10992 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ydong10 2010-11-01 09:00:23 +00:00
parent 68d3f2fb61
commit 1e51d5954b
1 changed files with 14 additions and 0 deletions

View File

@ -114,6 +114,14 @@ UINT32 mErrorCodeFlag = 0x00027d00;
//
// Local function prototypes
//
/**
Set Interrupt Descriptor Table Handler Address.
@param Index The Index of the interrupt descriptor table handle.
@param Handler Handler address.
**/
VOID
SetInterruptDescriptorTableHandlerAddress (
IN UINTN Index,
@ -1014,7 +1022,13 @@ RefreshGcdMemoryAttributes (
mIsFlushingGCD = FALSE;
}
/**
Set Interrupt Descriptor Table Handler Address.
@param Index The Index of the interrupt descriptor table handle.
@param Handler Handler address.
**/
VOID
SetInterruptDescriptorTableHandlerAddress (
IN UINTN Index,