]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Pci / PciBusDxe / PciOptionRomSupport.h
index c2ed590b670db56320fbbe87701d1cd2b87a8fa9..0bb9444e787d08f7180266cac51ea0d55859ca2f 100644 (file)
@@ -23,8 +23,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
 EFI_STATUS\r
 GetOpRomInfo (\r
   IN PCI_IO_DEVICE    *PciIoDevice\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Load option rom image for specified PCI device\r
@@ -39,8 +38,7 @@ EFI_STATUS
 LoadOpRomImage (\r
   IN PCI_IO_DEVICE   *PciDevice,\r
   IN UINT64          RomBase\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   enable/disable oprom decode\r
@@ -59,8 +57,7 @@ RomDecode (
   IN UINT8           RomBarIndex,\r
   IN UINT32          RomBar,\r
   IN BOOLEAN         Enable\r
-  )\r
-;\r
+  );\r
 \r
 /**\r
   Process the oprom image.\r
@@ -70,7 +67,6 @@ RomDecode (
 EFI_STATUS\r
 ProcessOpRomImage (\r
   PCI_IO_DEVICE   *PciDevice\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r