mirror of https://github.com/acidanthera/audk.git
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:
parent
68d3f2fb61
commit
1e51d5954b
|
@ -114,6 +114,14 @@ UINT32 mErrorCodeFlag = 0x00027d00;
|
||||||
//
|
//
|
||||||
// Local function prototypes
|
// Local function prototypes
|
||||||
//
|
//
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set Interrupt Descriptor Table Handler Address.
|
||||||
|
|
||||||
|
@param Index The Index of the interrupt descriptor table handle.
|
||||||
|
@param Handler Handler address.
|
||||||
|
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
SetInterruptDescriptorTableHandlerAddress (
|
SetInterruptDescriptorTableHandlerAddress (
|
||||||
IN UINTN Index,
|
IN UINTN Index,
|
||||||
|
@ -1014,7 +1022,13 @@ RefreshGcdMemoryAttributes (
|
||||||
mIsFlushingGCD = FALSE;
|
mIsFlushingGCD = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
Set Interrupt Descriptor Table Handler Address.
|
||||||
|
|
||||||
|
@param Index The Index of the interrupt descriptor table handle.
|
||||||
|
@param Handler Handler address.
|
||||||
|
|
||||||
|
**/
|
||||||
VOID
|
VOID
|
||||||
SetInterruptDescriptorTableHandlerAddress (
|
SetInterruptDescriptorTableHandlerAddress (
|
||||||
IN UINTN Index,
|
IN UINTN Index,
|
||||||
|
|
Loading…
Reference in New Issue