]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Platform/Generic/MonoStatusCode/Pei/MonoStatusCode.h
clean up the un-suitable ';' location when declaring the functions. The regular is...
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Platform / Generic / MonoStatusCode / Pei / MonoStatusCode.h
index 7ff3140fa6507e4312cb39980ef6fec4b1b0732e..f8cc2fb0bd6e97cdb6115be1d7ca1ad1ce5a35e3 100644 (file)
@@ -67,8 +67,7 @@ EFIAPI
 InstallMonoStatusCode (\r
   IN EFI_FFS_FILE_HEADER       *FfsHeader,\r
   IN EFI_PEI_SERVICES          **PeiServices\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // This is the platform function to initialize the listeners desired by the\r
@@ -78,8 +77,7 @@ VOID
 PlatformInitializeStatusCode (\r
   IN EFI_FFS_FILE_HEADER       *FfsHeader,\r
   IN EFI_PEI_SERVICES          **PeiServices\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // This is the platform function that calls all of the listeners desired by the\r
@@ -94,8 +92,7 @@ PlatformReportStatusCode (
   IN UINT32                   Instance,\r
   IN EFI_GUID                 * CallerId,\r
   IN EFI_STATUS_CODE_DATA     * Data OPTIONAL\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // Platform independent function Declarations\r
@@ -108,8 +105,7 @@ EFIAPI
 InitializeMonoStatusCode (\r
   IN EFI_FFS_FILE_HEADER       *FfsHeader,\r
   IN EFI_PEI_SERVICES          **PeiServices\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // Convert a DXE status code call into a PEI status code call.\r
@@ -122,8 +118,7 @@ TranslateDxeStatusCodeToPeiStatusCode (
   IN UINT32                   Instance,\r
   IN EFI_GUID                 * CallerId,\r
   IN EFI_STATUS_CODE_DATA     * Data OPTIONAL\r
-  )\r
-;\r
+  );\r
 \r
 //\r
 // Publish a HOB that contains the listener to be used by DXE.\r
@@ -132,7 +127,6 @@ EFI_STATUS
 EFIAPI\r
 InitializeDxeReportStatusCode (\r
   IN EFI_PEI_SERVICES       **PeiServices\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r