mirror of https://github.com/acidanthera/audk.git
Add reserved field to SAL_UPDATE_PAL_DATA_BLOCK so it is padded out to 64-bytes to match the SAL Specification
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9463 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
5d967a7fba
commit
e1da91ad12
|
@ -324,6 +324,7 @@ typedef struct {
|
|||
UINT8 Type;
|
||||
UINT8 Reserved[5];
|
||||
UINT64 FwVendorId;
|
||||
UINT8 Reserved2[40];
|
||||
} SAL_UPDATE_PAL_DATA_BLOCK;
|
||||
///
|
||||
/// Data structure pointed by parameter param_buf.
|
||||
|
|
Loading…
Reference in New Issue