diff options
Diffstat (limited to 'MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h')
-rw-r--r-- | MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h b/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h index 4c2a4e1988..f90b13a2a9 100644 --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h @@ -42,7 +42,7 @@ PciRomAddImageMapping ( **/
BOOLEAN
PciRomGetImageMapping (
- IN PCI_IO_DEVICE *PciIoDevice
+ IN PCI_IO_DEVICE *PciIoDevice
);
#endif
|