X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FInclude%2FProtocol%2FIncompatiblePciDeviceSupport.h;h=6b74a74ab95e2581c6e305dc7dcca5e0fc5a5d9a;hp=1d3d1522c585de9e30dc006d6864b5315ea1d818;hb=f45527ebee5b0047a3200987d9490d4be368f553;hpb=b4124f44f7d43ce69879f61fb910be00a6d2f7e9 diff --git a/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h b/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h index 1d3d1522c5..6b74a74ab9 100644 --- a/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h +++ b/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h @@ -74,18 +74,12 @@ EFI_STATUS // // 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 { +/// +/// 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; };