]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciLib.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciLib.h
index 639da70be8253d3439445ac7936adf987c8b2ce2..80c3af6c6cf94abd7c4b3e4fa22e00f7f0a4e1d4 100644 (file)
@@ -56,8 +56,7 @@ typedef struct {
 void\r
 InstallHotPlugRequestProtocol (\r
   IN  EFI_STATUS                    *Status\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Install protocol gEfiPciHotplugDeviceGuid into hotplug device\r
@@ -69,8 +68,7 @@ InstallHotPlugRequestProtocol (
 VOID\r
 InstallPciHotplugGuid (\r
   IN  PCI_IO_DEVICE                  *PciIoDevice\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   UnInstall protocol gEfiPciHotplugDeviceGuid into hotplug device\r
@@ -82,8 +80,7 @@ InstallPciHotplugGuid (
 VOID\r
 UninstallPciHotplugGuid (\r
   IN  PCI_IO_DEVICE                  *PciIoDevice\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Retrieve the BAR information via PciIo interface\r
@@ -93,8 +90,7 @@ UninstallPciHotplugGuid (
 VOID\r
 GetBackPcCardBar (\r
   IN  PCI_IO_DEVICE                  *PciIoDevice\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Remove rejected pci device from specific root bridge\r
@@ -109,8 +105,7 @@ EFI_STATUS
 RemoveRejectedPciDevices (\r
   EFI_HANDLE        RootBridgeHandle,\r
   IN PCI_IO_DEVICE  *Bridge\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Wrapper function for allocating resource for pci host bridge.\r
@@ -121,20 +116,17 @@ RemoveRejectedPciDevices (
 EFI_STATUS\r
 PciHostBridgeResourceAllocator (\r
   IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *PciResAlloc\r
-  )\r
-;\r
+  );\r
 \r
 EFI_STATUS\r
 PciHostBridgeResourceAllocator_WithoutHotPlugDeviceSupport (\r
   IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *PciResAlloc\r
-  )\r
-;\r
+  );\r
 \r
 EFI_STATUS\r
 PciHostBridgeResourceAllocator_WithHotPlugDeviceSupport (\r
   IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *PciResAlloc\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Wapper function of scanning pci bus and assign bus number to the given PCI bus system\r
@@ -154,8 +146,7 @@ PciScanBus (
   IN UINT8                              StartBusNumber,\r
   OUT UINT8                             *SubBusNumber,\r
   OUT UINT8                             *PaddedBusRange\r
-  )\r
-;\r
+  );\r
 \r
 EFI_STATUS\r
 PciScanBus_WithHotPlugDeviceSupport (\r
@@ -163,8 +154,7 @@ PciScanBus_WithHotPlugDeviceSupport (
   IN UINT8                              StartBusNumber,\r
   OUT UINT8                             *SubBusNumber,\r
   OUT UINT8                             *PaddedBusRange\r
-  )\r
-;\r
+  );\r
 \r
 EFI_STATUS\r
 PciScanBus_WithoutHotPlugDeviceSupport (\r
@@ -172,8 +162,7 @@ PciScanBus_WithoutHotPlugDeviceSupport (
   IN UINT8                              StartBusNumber,\r
   OUT UINT8                             *SubBusNumber,\r
   OUT UINT8                             *PaddedBusRange\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Process Option Rom on this host bridge\r
@@ -186,8 +175,7 @@ PciScanBus_WithoutHotPlugDeviceSupport (
 EFI_STATUS\r
 PciRootBridgeP2CProcess (\r
   IN PCI_IO_DEVICE *Bridge\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Process Option Rom on this host bridge\r
@@ -200,8 +188,7 @@ PciRootBridgeP2CProcess (
 EFI_STATUS\r
 PciHostBridgeP2CProcess (\r
   IN EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL *PciResAlloc\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   This function is used to enumerate the entire host bridge\r
@@ -217,8 +204,7 @@ PciHostBridgeP2CProcess (
 EFI_STATUS\r
 PciHostBridgeEnumerator (\r
   EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL  *PciResAlloc\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Read PCI configuration space through EFI_PCI_IO_PROTOCOL.\r