X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FBus%2FPci%2FPciBusDxe%2FPciRomTable.h;h=4e01012d64441268fb8c85e92a07a304347b52d3;hp=59bff9279f6c5e8a8e3cb20732d8ec633b0ffeaf;hb=ed66e1bc0d2be0a185fc47adab4930c3b7e2767f;hpb=1f3a753ee68ac1c7a620e8064fdda718cf413761 diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h index 59bff9279f..4e01012d64 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h @@ -35,8 +35,7 @@ PciRomAddImageMapping ( IN UINT8 Func, IN UINT64 RomAddress, IN UINT64 RomLength - ) -; + ); /** Load all option rom image to PCI driver list. @@ -49,8 +48,7 @@ PciRomGetRomResourceFromPciOptionRomTable ( IN EFI_DRIVER_BINDING_PROTOCOL *This, IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL *PciRootBridgeIo, PCI_IO_DEVICE *PciIoDevice - ) -; + ); /** Get Option rom driver's mapping for PCI device. @@ -61,7 +59,6 @@ PciRomGetRomResourceFromPciOptionRomTable ( EFI_STATUS PciRomGetImageMapping ( PCI_IO_DEVICE *PciIoDevice - ) -; + ); #endif