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
|
// CXL Component Events Section
|
||||||
//
|
//
|
||||||
typedef struct {
|
typedef struct {
|
||||||
UINT32 Length;
|
UINT32 Length;
|
||||||
UINT64 ValidFields;
|
UINT64 ValidFields;
|
||||||
CXL_ERROR_PCIE_DEV_ID CxlDeviceId;
|
EFI_CXL_ERROR_PCIE_DEV_ID CxlDeviceId;
|
||||||
UINT64 DeviceSerialNo;
|
UINT64 DeviceSerialNo;
|
||||||
} EFI_CXL_COMPONENT_EVENT_LOG;
|
} EFI_CXL_COMPONENT_EVENT_LOG;
|
||||||
|
|
||||||
#pragma pack()
|
#pragma pack()
|
||||||
|
|
Loading…
Reference in New Issue