MdePkg Acpi51.h:Correct the declaration of EFI_ACPI_5_1_GTDT_SBSA_GENERIC_WATCHDOG_STRUCTURE.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Star Zeng <star.zeng@intel.com>
Reviewed by: Jiewen Yao <jiewen.yao@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15961 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
Star Zeng 2014-08-28 06:31:55 +00:00 committed by lzeng14
parent f0dab4d018
commit f7acc87241
1 changed files with 2 additions and 2 deletions

View File

@ -1315,8 +1315,8 @@ typedef struct {
///
typedef struct {
UINT8 Type;
UINT8 Length;
UINT16 Reserved;
UINT16 Length;
UINT8 Reserved;
UINT64 RefreshFramePhysicalAddress;
UINT64 WatchdogControlFramePhysicalAddress;
UINT32 WatchdogTimerGSIV;