From 136931c4dbf532ec913b68673c91b4285e63464b Mon Sep 17 00:00:00 2001 From: Foster Nong Date: Thu, 3 Aug 2023 14:24:58 +0800 Subject: MedPkg/Include: Add PCI_EXPRESS_EXTENDED_CAPABILITY_DVSEC_ID REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4515 Add PCI_EXPRESS_EXTENDED_CAPABILITY_DESIGNATED_VENDOR_SPECIFIC_ID 0x0023 in PciExpress40.h Signed-off-by: Foster Nong Cc: Michael D Kinney Cc: Liming Gao Cc: Ray Ni Reviewed-by: Liming Gao --- MdePkg/Include/IndustryStandard/PciExpress40.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MdePkg') diff --git a/MdePkg/Include/IndustryStandard/PciExpress40.h b/MdePkg/Include/IndustryStandard/PciExpress40.h index 2a6a0f2..2b2970f 100644 --- a/MdePkg/Include/IndustryStandard/PciExpress40.h +++ b/MdePkg/Include/IndustryStandard/PciExpress40.h @@ -82,6 +82,8 @@ typedef struct { /// The Designated Vendor Specific Capability definitions /// Based on section 7.9.6 of PCI Express Base Specification 4.0. ///@{ +#define PCI_EXPRESS_EXTENDED_CAPABILITY_DESIGNATED_VENDOR_SPECIFIC_ID 0x0023 + typedef union { struct { UINT32 DvsecVendorId : 16; // bit 0..15 -- cgit v1.1