added pack(1) for EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR, since it will cross modules through protocol.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6169 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0827d304f6
commit
98a33bf460
@ -59,7 +59,10 @@ typedef struct {
|
|||||||
///
|
///
|
||||||
#define ACPI_TIMER_FREQUENCY 3579545
|
#define ACPI_TIMER_FREQUENCY 3579545
|
||||||
|
|
||||||
|
//
|
||||||
|
// Ensure proper structure formats
|
||||||
|
//
|
||||||
|
#pragma pack(1)
|
||||||
//
|
//
|
||||||
// The commond definition of QWORD, DWORD, and WORD
|
// The commond definition of QWORD, DWORD, and WORD
|
||||||
// Address Space Descriptors
|
// Address Space Descriptors
|
||||||
@ -77,6 +80,8 @@ typedef struct {
|
|||||||
UINT64 AddrLen;
|
UINT64 AddrLen;
|
||||||
} EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR;
|
} EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR;
|
||||||
|
|
||||||
|
#pragma pack()
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
UINT8 Desc;
|
UINT8 Desc;
|
||||||
UINT8 Checksum;
|
UINT8 Checksum;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user