From 9eb130ff8cd00411d5b84a7950bf03fa93ed267c Mon Sep 17 00:00:00 2001 From: vanjeff Date: Tue, 7 Jul 2009 04:00:44 +0000 Subject: Retired PciIncompatibleDeviceSupportLib from IntelFrameworkModulePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8773 6f19259b-4bc3-4df7-8a09-765794883524 --- IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h') diff --git a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h index 2190aa369d..4615a5fe33 100644 --- a/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h +++ b/IntelFrameworkModulePkg/Bus/Pci/PciBusDxe/PciOptionRomSupport.h @@ -78,9 +78,10 @@ ContainEfiImage ( /** - Get Pci device's oprom infor bits. + Get Pci device's oprom information. - @param PciIoDevice Pci device instance. + @param PciIoDevice Input Pci device instance. + Output Pci device instance with updated OptionRom size. @retval EFI_NOT_FOUND Pci device has not Option Rom. @retval EFI_SUCCESS Pci device has Option Rom. @@ -88,7 +89,7 @@ ContainEfiImage ( **/ EFI_STATUS GetOpRomInfo ( - IN PCI_IO_DEVICE *PciIoDevice + IN OUT PCI_IO_DEVICE *PciIoDevice ); /** -- cgit v1.2.3