mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-28 16:14:04 +02:00
Fixed GCC 4.4 build issues due to EFIAPI not being used when required.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10380 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e798cd87ca
commit
ed8dfd7bfe
@ -135,6 +135,7 @@ typedef enum {
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
|
EFIAPI
|
||||||
GetVariableMtrrCount (
|
GetVariableMtrrCount (
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
@ -146,6 +147,7 @@ GetVariableMtrrCount (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
|
EFIAPI
|
||||||
GetFirmwareVariableMtrrCount (
|
GetFirmwareVariableMtrrCount (
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
@ -311,6 +313,7 @@ MtrrGetMemoryAttributeInVariableMtrr (
|
|||||||
This function prints all MTRRs for debugging.
|
This function prints all MTRRs for debugging.
|
||||||
**/
|
**/
|
||||||
VOID
|
VOID
|
||||||
|
EFIAPI
|
||||||
MtrrDebugPrintAllMtrrs (
|
MtrrDebugPrintAllMtrrs (
|
||||||
);
|
);
|
||||||
|
|
||||||
@ -322,6 +325,7 @@ MtrrDebugPrintAllMtrrs (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
BOOLEAN
|
BOOLEAN
|
||||||
|
EFIAPI
|
||||||
IsMtrrSupported (
|
IsMtrrSupported (
|
||||||
VOID
|
VOID
|
||||||
);
|
);
|
||||||
|
@ -89,6 +89,7 @@ FIXED_MTRR MtrrLibFixedMtrrTable[] = {
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
|
EFIAPI
|
||||||
GetVariableMtrrCount (
|
GetVariableMtrrCount (
|
||||||
VOID
|
VOID
|
||||||
)
|
)
|
||||||
@ -107,6 +108,7 @@ GetVariableMtrrCount (
|
|||||||
|
|
||||||
**/
|
**/
|
||||||
UINT32
|
UINT32
|
||||||
|
EFIAPI
|
||||||
GetFirmwareVariableMtrrCount (
|
GetFirmwareVariableMtrrCount (
|
||||||
VOID
|
VOID
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user