mirror of https://github.com/acidanthera/audk.git
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>
This commit is contained in:
parent
4ab8c3cf99
commit
9c557575a1
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue