]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Platform/Generic/RuntimeDxe/StatusCode/Lib/Include/RtMemoryStatusCodeLib.h
1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes:
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Platform / Generic / RuntimeDxe / StatusCode / Lib / Include / RtMemoryStatusCodeLib.h
index 3dadc1d2e4911dd0b0efd154edb49c6ecd0d9e88..24a74f335775535bd7e591da7f0d475bd5c3da67 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2005, Intel Corporation                                                         \r
+Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
 All rights reserved. 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
@@ -31,6 +31,7 @@ Abstract:
 // Initialization function\r
 //\r
 VOID\r
+EFIAPI\r
 RtMemoryInitializeStatusCode (\r
   IN EFI_HANDLE         ImageHandle,\r
   IN EFI_SYSTEM_TABLE   *SystemTable\r
@@ -41,6 +42,7 @@ RtMemoryInitializeStatusCode (
 // Status code reporting function\r
 //\r
 EFI_STATUS\r
+EFIAPI\r
 RtMemoryReportStatusCode (\r
   IN EFI_STATUS_CODE_TYPE     CodeType,\r
   IN EFI_STATUS_CODE_VALUE    Value,\r
@@ -55,7 +57,7 @@ RtMemoryReportStatusCode (
 //\r
 typedef\r
 EFI_STATUS\r
-(*PLATFORM_REPORT_STATUS_CODE) (\r
+(EFIAPI *PLATFORM_REPORT_STATUS_CODE) (\r
   IN EFI_STATUS_CODE_TYPE     Type,\r
   IN EFI_STATUS_CODE_VALUE    Value,\r
   IN UINT32                   Instance,\r
@@ -64,6 +66,7 @@ EFI_STATUS
   );\r
 \r
 VOID\r
+EFIAPI\r
 PlaybackStatusCodes (\r
   IN PLATFORM_REPORT_STATUS_CODE  ReportStatusCode\r
   )\r