summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Pci.h
diff options
context:
space:
mode:
authorSachin Ganesh <sachinganesh@ami.com>2024-07-19 11:56:47 +0300
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-08-01 11:23:18 +0300
commit85fad9912c860927aec3953e213662ea1f397c23 (patch)
treef7dd0fe5fd9d6b0adb86d6b43ff1894982b56da4 /MdePkg/Include/IndustryStandard/Pci.h
parent7e5a5ae154cb4c1e5c3d148a2ba21cc2764e96e6 (diff)
downloadedk2-85fad9912c860927aec3953e213662ea1f397c23.tar.xz
MdePkg: Add PCI Express 6.0 Header Support
PCI Express 6.0 Specification introduces new registers and modifies fields in existing ones. This commit syncs PciE headers with the spec update. Cc: Sergiy Yakovlev <sergiyy@ami.com> Cc: Felix Polyudov <felixp@ami.com> Cc: Dhanaraj V <vdhanaraj@ami.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Liming Gao <gaoliming@byosoft.com.cn> Signed-off-by: Sachin Ganesh <sachinganesh@ami.com>
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Pci.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Pci.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Include/IndustryStandard/Pci.h b/MdePkg/Include/IndustryStandard/Pci.h
index 42c00ac762..4220ad8a6f 100644
--- a/MdePkg/Include/IndustryStandard/Pci.h
+++ b/MdePkg/Include/IndustryStandard/Pci.h
@@ -9,7 +9,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef _PCI_H_
#define _PCI_H_
-#include <IndustryStandard/PciExpress50.h>
+#include <IndustryStandard/PciExpress60.h>
#include <IndustryStandard/PciCodeId.h>
#endif