diff options
-rw-r--r-- | MdePkg/Include/IndustryStandard/Acpi51.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MdePkg/Include/IndustryStandard/Acpi51.h b/MdePkg/Include/IndustryStandard/Acpi51.h index cce7800901..06aa71403f 100644 --- a/MdePkg/Include/IndustryStandard/Acpi51.h +++ b/MdePkg/Include/IndustryStandard/Acpi51.h @@ -1315,8 +1315,8 @@ typedef struct { ///
typedef struct {
UINT8 Type;
- UINT8 Length;
- UINT16 Reserved;
+ UINT16 Length;
+ UINT8 Reserved;
UINT64 RefreshFramePhysicalAddress;
UINT64 WatchdogControlFramePhysicalAddress;
UINT32 WatchdogTimerGSIV;
|