add EFIAPI for those constructor funcitons declaration

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1547 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
vanjeff 2006-09-18 02:07:18 +00:00
parent 2f2c367ad8
commit a8e756dad0
8 changed files with 72 additions and 62 deletions

View File

@ -27,6 +27,7 @@
**/ **/
EFI_PEI_SERVICES ** EFI_PEI_SERVICES **
EFIAPI
GetPeiServicesTablePointer ( GetPeiServicesTablePointer (
VOID VOID
); );

View File

@ -32,6 +32,7 @@ STATIC EFI_CPU_IO_PROTOCOL *mCpuIo = NULL;
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
IoLibConstructor ( IoLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -35,6 +35,7 @@ EFI_DXE_SERVICES *gDS = NULL;
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
DxeServicesTableLibConstructor ( DxeServicesTableLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -50,6 +50,7 @@ GetPeiServicesTablePointer (
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
PeiServicesTablePointerLibConstructor ( PeiServicesTablePointerLibConstructor (
IN EFI_FFS_FILE_HEADER *FfsHeader, IN EFI_FFS_FILE_HEADER *FfsHeader,
IN EFI_PEI_SERVICES **PeiServices IN EFI_PEI_SERVICES **PeiServices

View File

@ -25,6 +25,7 @@
**/ **/
EFI_PEI_SERVICES ** EFI_PEI_SERVICES **
EFIAPI
GetPeiServicesTablePointer ( GetPeiServicesTablePointer (
VOID VOID
) )
@ -49,6 +50,7 @@ GetPeiServicesTablePointer (
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
PeiServicesTablePointerLibConstructor ( PeiServicesTablePointerLibConstructor (
IN EFI_FFS_FILE_HEADER *FfsHeader, IN EFI_FFS_FILE_HEADER *FfsHeader,
IN EFI_PEI_SERVICES **PeiServices IN EFI_PEI_SERVICES **PeiServices

View File

@ -33,6 +33,7 @@ EFI_BOOT_SERVICES *gBS;
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
UefiBootServicesTableLibConstructor ( UefiBootServicesTableLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -26,6 +26,7 @@
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
UefiDriverModelLibConstructor ( UefiDriverModelLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable
@ -237,6 +238,7 @@ UefiDriverModelLibConstructor (
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
UefiDriverModelLibDestructor ( UefiDriverModelLibDestructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable

View File

@ -30,6 +30,7 @@ EFI_RUNTIME_SERVICES *gRT = NULL;
**/ **/
EFI_STATUS EFI_STATUS
EFIAPI
UefiRuntimeServicesTableLibConstructor ( UefiRuntimeServicesTableLibConstructor (
IN EFI_HANDLE ImageHandle, IN EFI_HANDLE ImageHandle,
IN EFI_SYSTEM_TABLE *SystemTable IN EFI_SYSTEM_TABLE *SystemTable