]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/PlatformBdsLib.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Include / Library / PlatformBdsLib.h
index a10789bd35d27eb77eda8beb8a1240bd2949cc3d..2fcb310d744883f4f78f96a1b16e5f20153ab9ce 100644 (file)
@@ -59,8 +59,7 @@ VOID
 EFIAPI\r
 PlatformBdsInit (\r
   IN EFI_BDS_ARCH_PROTOCOL_INSTANCE  *PrivateData\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   The function will excute with as the platform policy, current policy\r
@@ -78,8 +77,7 @@ PlatformBdsPolicyBehavior (
   IN EFI_BDS_ARCH_PROTOCOL_INSTANCE  *PrivateData,\r
   IN LIST_ENTRY                      *DriverOptionList,\r
   IN LIST_ENTRY                      *BootOptionList\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Hook point after a boot attempt fails.\r
@@ -97,8 +95,7 @@ PlatformBdsBootFail (
   IN  EFI_STATUS         Status,\r
   IN  CHAR16             *ExitData,\r
   IN  UINTN              ExitDataSize\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Hook point after a boot attempt succeeds. We don't expect a boot option to\r
@@ -113,8 +110,7 @@ VOID
 EFIAPI\r
 PlatformBdsBootSuccess (\r
   IN  BDS_COMMON_OPTION *Option\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
@@ -127,6 +123,5 @@ EFI_STATUS
 EFIAPI\r
 PlatformBdsLockNonUpdatableFlash (\r
   VOID\r
-  )\r
-;\r
+  );\r
 #endif\r