EdkCompatibilityPkg: Fix EFIAPI usage inconsistencies

These inconsistencies cause a build error for GCC 4.4 X64.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10587 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2010-06-15 02:46:49 +00:00
parent 19e2bfe8f0
commit 124969632b
4 changed files with 10 additions and 0 deletions

View File

@ -213,6 +213,7 @@ ReportDispatcher (
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
SmmStatusCodeHandler ( SmmStatusCodeHandler (
IN EFI_STATUS_CODE_TYPE CodeType, IN EFI_STATUS_CODE_TYPE CodeType,
IN EFI_STATUS_CODE_VALUE Value, IN EFI_STATUS_CODE_VALUE Value,

View File

@ -21,6 +21,7 @@ Abstract:
#include "CpuIA32.h" #include "CpuIA32.h"
VOID VOID
EFIAPI
EfiCpuVersion ( EfiCpuVersion (
IN OUT UINT16 *FamilyId, OPTIONAL IN OUT UINT16 *FamilyId, OPTIONAL
IN OUT UINT8 *Model, OPTIONAL IN OUT UINT8 *Model, OPTIONAL

View File

@ -25,6 +25,7 @@ Abstract:
#include EFI_PROTOCOL_DEFINITION (Performance) #include EFI_PROTOCOL_DEFINITION (Performance)
EFI_STATUS EFI_STATUS
EFIAPI
InitializePerformanceInfrastructure ( InitializePerformanceInfrastructure (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable, IN EFI_SYSTEM_TABLE *SystemTable,
@ -50,6 +51,7 @@ Returns:
; ;
EFI_STATUS EFI_STATUS
EFIAPI
EndMeasure ( EndMeasure (
IN EFI_HANDLE Handle, IN EFI_HANDLE Handle,
IN UINT16 *Token, IN UINT16 *Token,
@ -77,6 +79,7 @@ Returns:
; ;
EFI_STATUS EFI_STATUS
EFIAPI
StartMeasure ( StartMeasure (
IN EFI_HANDLE Handle, IN EFI_HANDLE Handle,
IN UINT16 *Token, IN UINT16 *Token,
@ -104,6 +107,7 @@ Returns:
; ;
EFI_STATUS EFI_STATUS
EFIAPI
UpdateMeasure ( UpdateMeasure (
IN EFI_HANDLE Handle, IN EFI_HANDLE Handle,
IN UINT16 *Token, IN UINT16 *Token,

View File

@ -590,6 +590,7 @@ Returns:
// Driver entry point // Driver entry point
// //
EFI_STATUS EFI_STATUS
EFIAPI
InitializePerformanceInfrastructure ( InitializePerformanceInfrastructure (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable, IN EFI_SYSTEM_TABLE *SystemTable,
@ -649,6 +650,7 @@ Returns:
EFI_STATUS EFI_STATUS
EFIAPI
StartMeasure ( StartMeasure (
EFI_HANDLE Handle, EFI_HANDLE Handle,
IN UINT16 *Token, IN UINT16 *Token,
@ -688,6 +690,7 @@ Returns:
EFI_STATUS EFI_STATUS
EFIAPI
EndMeasure ( EndMeasure (
EFI_HANDLE Handle, EFI_HANDLE Handle,
IN UINT16 *Token, IN UINT16 *Token,
@ -726,6 +729,7 @@ Returns:
EFI_STATUS EFI_STATUS
EFIAPI
UpdateMeasure ( UpdateMeasure (
EFI_HANDLE Handle, EFI_HANDLE Handle,
IN UINT16 *Token, IN UINT16 *Token,