]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Status code handler callback should be declared as EFIAPI
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 May 2010 06:17:51 +0000 (06:17 +0000)
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 25 May 2010 06:17:51 +0000 (06:17 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10541 6f19259b-4bc3-4df7-8a09-765794883524

MdeModulePkg/Universal/StatusCodeHandler/Pei/MemoryStausCodeWorker.c
MdeModulePkg/Universal/StatusCodeHandler/Pei/SerialStatusCodeWorker.c
MdeModulePkg/Universal/StatusCodeHandler/Pei/StatusCodeHandlerPei.h

index 2f11d054e1066f22c37134e0f18c80edbc45f31c..7ae314d7ec332d7a634181a8d5a8978c2da54526 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   PEI memory status code worker.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -93,6 +93,7 @@ MemoryStatusCodeInitializeWorker (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 MemoryStatusCodeReportWorker (\r
   IN CONST  EFI_PEI_SERVICES    **PeiServices,\r
   IN EFI_STATUS_CODE_TYPE       CodeType,\r
index 1220c40197584ad6113f9acf4f5eb9d5a3d23bcb..098347fd982442f07330078d242b54626df3976e 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Serial I/O status code reporting worker.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -37,6 +37,7 @@
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 SerialStatusCodeReportWorker (\r
   IN CONST  EFI_PEI_SERVICES        **PeiServices,\r
   IN EFI_STATUS_CODE_TYPE           CodeType,\r
index 551860f898845a45451bad8bd34d8260a73e8626..d4ac756cd06b6ee29edde8e40a853d83a274b61c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
   Internal include file for Status Code Handler PEIM.\r
 \r
-  Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -55,6 +55,7 @@
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 SerialStatusCodeReportWorker (\r
   IN CONST  EFI_PEI_SERVICES        **PeiServices,\r
   IN EFI_STATUS_CODE_TYPE           CodeType,\r
@@ -103,6 +104,7 @@ MemoryStatusCodeInitializeWorker (
 \r
 **/\r
 EFI_STATUS\r
+EFIAPI\r
 MemoryStatusCodeReportWorker (\r
   IN CONST  EFI_PEI_SERVICES    **PeiServices,\r
   IN EFI_STATUS_CODE_TYPE       CodeType,\r