summaryrefslogtreecommitdiffstats
path: root/MdePkg
diff options
context:
space:
mode:
authorSienski Piotr <piotr.sienski@intel.com>2024-10-22 18:37:45 +0200
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2024-10-22 21:01:27 +0000
commit9c557575a1319c101b6dba48189420da7f54dea2 (patch)
tree81ffd4701d41e86cee4a35f87e9992135c27eb4f /MdePkg
parent4ab8c3cf99fda87f264f2e6898fd52d28e80b94a (diff)
downloadedk2-9c557575a1319c101b6dba48189420da7f54dea2.tar.gz
edk2-9c557575a1319c101b6dba48189420da7f54dea2.tar.bz2
edk2-9c557575a1319c101b6dba48189420da7f54dea2.zip
MdePkg/Include/Guid: Fix EFI_CXL_COMPONENT_EVENT_LOG in Cper.h
[Issue Description] CXL_ERROR_PCIE_DEV_ID in Cper.h was renamed to EFI_CXL_ERROR_PCIE_DEV_ID, but EFI_CXL_COMPONENT_EVENT_LOG still uses previous name. [Resolution] Modify EFI_CXL_COMPONENT_EVENT_LOG to use EFI_CXL_ERROR_PCIE_DEV_ID Signed-off-by: Sienski Piotr <piotr.sienski@intel.com>
Diffstat (limited to 'MdePkg')
-rw-r--r--MdePkg/Include/Guid/Cper.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/MdePkg/Include/Guid/Cper.h b/MdePkg/Include/Guid/Cper.h
index 5912603da1..be6b863827 100644
--- a/MdePkg/Include/Guid/Cper.h
+++ b/MdePkg/Include/Guid/Cper.h
@@ -1300,10 +1300,10 @@ typedef struct {
// CXL Component Events Section
//
typedef struct {
- UINT32 Length;
- UINT64 ValidFields;
- CXL_ERROR_PCIE_DEV_ID CxlDeviceId;
- UINT64 DeviceSerialNo;
+ UINT32 Length;
+ UINT64 ValidFields;
+ EFI_CXL_ERROR_PCIE_DEV_ID CxlDeviceId;
+ UINT64 DeviceSerialNo;
} EFI_CXL_COMPONENT_EVENT_LOG;
#pragma pack()