mirror of https://github.com/acidanthera/audk.git
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:
parent
f0dab4d018
commit
f7acc87241
|
@ -1315,8 +1315,8 @@ typedef struct {
|
|||
///
|
||||
typedef struct {
|
||||
UINT8 Type;
|
||||
UINT8 Length;
|
||||
UINT16 Reserved;
|
||||
UINT16 Length;
|
||||
UINT8 Reserved;
|
||||
UINT64 RefreshFramePhysicalAddress;
|
||||
UINT64 WatchdogControlFramePhysicalAddress;
|
||||
UINT32 WatchdogTimerGSIV;
|
||||
|
|
Loading…
Reference in New Issue