]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h
MdeModulePkg/PciBus: Correct typos
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / PciBusDxe / PciRomTable.h
index e1b41a7c86623d1adfd68426de639dcd45cf0ee1..04e5f96aa7c79cf120bcf962ec5e241797d3a177 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
   Set up ROM Table for PCI Bus module.\r
 \r
-Copyright (c) 2006 - 2009, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2006 - 2019, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 http://opensource.org/licenses/bsd-license.php\r
@@ -23,9 +23,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   @param Bus            Bus NO of PCI space.\r
   @param Dev            Dev NO of PCI space.\r
   @param Func           Func NO of PCI space.\r
-  @param RomAddress     Base address of OptionRom.\r
-  @param RomLength      Length of rom image.\r
-\r
+  @param RomImage       Option Rom buffer.\r
+  @param RomSize        Size of Option Rom buffer.\r
 **/\r
 VOID\r
 PciRomAddImageMapping (\r
@@ -34,8 +33,8 @@ PciRomAddImageMapping (
   IN  UINT8       Bus,\r
   IN  UINT8       Dev,\r
   IN  UINT8       Func,\r
-  IN  UINT64      RomAddress,\r
-  IN  UINT64      RomLength\r
+  IN  VOID        *RomImage,\r
+  IN  UINT64      RomSize\r
   );\r
 \r
 /**\r