summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-10 17:18:09 +0000
committerjcarsey <jcarsey@6f19259b-4bc3-4df7-8a09-765794883524>2009-06-10 17:18:09 +0000
commitf45527ebee5b0047a3200987d9490d4be368f553 (patch)
tree7f8947c114bfe265bb27b5c60de4423fa81f7cd0 /IntelFrameworkPkg
parentb4124f44f7d43ce69879f61fb910be00a6d2f7e9 (diff)
downloadedk2-f45527ebee5b0047a3200987d9490d4be368f553.zip
edk2-f45527ebee5b0047a3200987d9490d4be368f553.tar.gz
edk2-f45527ebee5b0047a3200987d9490d4be368f553.tar.bz2
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8510 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h b/IntelFrameworkPkg/Include/Protocol/IncompatiblePciDeviceSupport.h
index 1d3d152..6b74a74 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;
};