diff options
Diffstat (limited to 'MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h')
-rw-r--r-- | MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h | 26 |
1 files changed, 10 insertions, 16 deletions
diff --git a/MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h b/MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h index 03a5b2ec08..7357212664 100644 --- a/MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h +++ b/MdePkg/Include/Protocol/IncompatiblePciDeviceSupport.h @@ -30,22 +30,16 @@ typedef struct _EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL EFI_INCOMPATIBLE_PC Returns a list of ACPI resource descriptors that detail the special
resource configuration requirements for an incompatible PCI device.
- @param This Pointer to the EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL instance.
-
- @param VendorID A unique ID to identify the manufacturer of the PCI device.
-
- @param DeviceID A unique ID to identify the particular PCI device.
-
- @param RevisionID A PCI device-specific revision identifier.
-
- @param SubsystemVendorId Specifies the subsystem vendor ID.
-
- @param SubsystemDeviceId Specifies the subsystem device ID.
-
- @param Configuration A list of ACPI resource descriptors that detail
- the configuration requirement.
-
- @retval EFI_SUCCESS The function always returns EFI_SUCCESS.
+ @param This Pointer to the EFI_INCOMPATIBLE_PCI_DEVICE_SUPPORT_PROTOCOL instance.
+ @param VendorID A unique ID to identify the manufacturer of the PCI device.
+ @param DeviceID A unique ID to identify the particular PCI device.
+ @param RevisionID A PCI device-specific revision identifier.
+ @param SubsystemVendorId Specifies the subsystem vendor ID.
+ @param SubsystemDeviceId Specifies the subsystem device ID.
+ @param Configuration A list of ACPI resource descriptors that detail
+ the configuration requirement.
+
+ @retval EFI_SUCCESS The function always returns EFI_SUCCESS.
**/
typedef
|