X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FPciBusDxe%2FPciRomTable.h;h=a7a1ed4ce3383930479b2b4acc1ae5faca525b1c;hp=d443f833360321d3338f42a25bd3565f6616e025;hb=221c8fd512eda0f6b9c9d5409cc3a9df05ba8c92;hpb=af807bb98682d0b11dc37188d80fb70687ae2512 diff --git a/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h b/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h index d443f83336..a7a1ed4ce3 100644 --- a/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h +++ b/MdeModulePkg/Bus/Pci/PciBusDxe/PciRomTable.h @@ -1,7 +1,7 @@ /** @file Set up ROM Table for PCI Bus module. -Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+Copyright (c) 2006 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -23,8 +23,8 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. @param Bus Bus NO of PCI space. @param Dev Dev NO of PCI space. @param Func Func NO of PCI space. - @param RomAddress Base address of OptionRom. - @param RomLength Length of rom image. + @param RomImage Option ROM buffer. + @param RomSize Size of Option ROM buffer. **/ VOID @@ -34,8 +34,8 @@ PciRomAddImageMapping ( IN UINT8 Bus, IN UINT8 Dev, IN UINT8 Func, - IN UINT64 RomAddress, - IN UINT64 RomLength + IN VOID *RomImage, + IN UINT64 RomSize ); /**