mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8510 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
b4124f44f7
commit
f45527ebee
@ -74,18 +74,12 @@ EFI_STATUS
|
|||||||
//
|
//
|
||||||
// Interface structure for the Incompatible PCI Device Support Protocol
|
// Interface structure for the Incompatible PCI Device Support Protocol
|
||||||
//
|
//
|
||||||
/**
|
|
||||||
@par Protocol Description:
|
|
||||||
This protocol can find some incompatible PCI devices and report their
|
|
||||||
special resource requirements to the PCI bus driver.
|
|
||||||
|
|
||||||
@param CheckDevice
|
|
||||||
Returns a list of ACPI resource descriptors that detail any special
|
|
||||||
resource configuration requirements if the specified device is a recognized
|
|
||||||
incompatible PCI device.
|
|
||||||
|
|
||||||
**/
|
|
||||||
struct _EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL {
|
struct _EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL {
|
||||||
|
///
|
||||||
|
/// Returns a list of ACPI resource descriptors that detail any special
|
||||||
|
/// resource configuration requirements if the specified device is a recognized
|
||||||
|
/// incompatible PCI device.
|
||||||
|
///
|
||||||
EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_CHECK_DEVICE CheckDevice;
|
EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_CHECK_DEVICE CheckDevice;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user