]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciHotPlugSupport.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciHotPlugSupport.h
index 4f5037136c5fb7dcba1e38b3fc6e25dfe51490d3..bc1253d7a13817b271a04a603695ffdafd6e23ab 100644 (file)
@@ -43,8 +43,7 @@ EFIAPI
 PciHPCInitialized (\r
   IN EFI_EVENT    Event,\r
   IN VOID         *Context\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Compare two device path\r
@@ -59,8 +58,7 @@ BOOLEAN
 EfiCompareDevicePath (\r
   IN EFI_DEVICE_PATH_PROTOCOL *DevicePath1,\r
   IN EFI_DEVICE_PATH_PROTOCOL *DevicePath2\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Init hot plug support and root hot plug private data.\r
@@ -69,8 +67,7 @@ EfiCompareDevicePath (
 EFI_STATUS\r
 InitializeHotPlugSupport (\r
   VOID\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Test whether PCI device is hot plug bus.\r
@@ -83,8 +80,7 @@ InitializeHotPlugSupport (
 EFI_STATUS\r
 IsPciHotPlugBus (\r
   PCI_IO_DEVICE                       *PciIoDevice\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Test whether device path is for root pci hot plug bus\r
@@ -99,8 +95,7 @@ BOOLEAN
 IsRootPciHotPlugBus (\r
   IN EFI_DEVICE_PATH_PROTOCOL         *HpbDevicePath,\r
   OUT UINTN                           *HpIndex\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Test whether device path is for root pci hot plug controller\r
@@ -115,8 +110,7 @@ BOOLEAN
 IsRootPciHotPlugController (\r
   IN EFI_DEVICE_PATH_PROTOCOL         *HpcDevicePath,\r
   OUT UINTN                           *HpIndex\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Wrapper for creating event object for HPC \r
@@ -130,8 +124,7 @@ EFI_STATUS
 CreateEventForHpc (\r
   IN UINTN       HpIndex,\r
   OUT EFI_EVENT  *Event\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Wait for all root HPC initialized.\r
@@ -141,8 +134,7 @@ CreateEventForHpc (
 EFI_STATUS\r
 AllRootHPCInitialized (\r
   IN  UINTN           TimeoutInMicroSeconds\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Check HPC capability register block\r
@@ -155,8 +147,7 @@ AllRootHPCInitialized (
 EFI_STATUS\r
 IsSHPC (\r
   PCI_IO_DEVICE                       *PciIoDevice\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Get resource padding for hot plug bus\r
@@ -169,7 +160,6 @@ IsSHPC (
 EFI_STATUS\r
 GetResourcePaddingForHpb (\r
   IN PCI_IO_DEVICE *PciIoDevice\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r