mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
MdeModulePkg: Change the PldHeader to Header in ExtraData.h
Change the PldHeader to Header in UNIVERSAL_PAYLOAD_EXTRA_DATA The meaning of Pld is too general Cc: Zhiguang Liu <zhiguang.liu@intel.com> Cc: Ray Ni <ray.ni@intel.com> Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Hao A Wu <hao.a.wu@intel.com> Reviewed-by: Zhiguang Liu <zhiguang.liu@intel.com> Acked-by: Hao A Wu <hao.a.wu@intel.com> Signed-off-by: DunTan <dun.tan@intel.com> Reviewed-by: Ray Ni <ray.ni@intel.com>
This commit is contained in:
parent
fda5226aa3
commit
7d748705b1
@ -18,11 +18,13 @@ typedef struct {
|
|||||||
} UNIVERSAL_PAYLOAD_EXTRA_DATA_ENTRY;
|
} UNIVERSAL_PAYLOAD_EXTRA_DATA_ENTRY;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
UNIVERSAL_PAYLOAD_GENERIC_HEADER PldHeader;
|
UNIVERSAL_PAYLOAD_GENERIC_HEADER Header;
|
||||||
UINT32 Count;
|
UINT32 Count;
|
||||||
UNIVERSAL_PAYLOAD_EXTRA_DATA_ENTRY Entry[0];
|
UNIVERSAL_PAYLOAD_EXTRA_DATA_ENTRY Entry[0];
|
||||||
} UNIVERSAL_PAYLOAD_EXTRA_DATA;
|
} UNIVERSAL_PAYLOAD_EXTRA_DATA;
|
||||||
|
|
||||||
#pragma pack()
|
#pragma pack()
|
||||||
|
|
||||||
|
#define UNIVERSAL_PAYLOAD_EXTRA_DATA_REVISION 1
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user