X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FInclude%2FIndustryStandard%2FWatchdogActionTable.h;h=ab67c3fd92da070a122514635ec219c08b10550c;hb=34860f7a069641fb9e14077c01605215aae68a9b;hp=d742bd03c1c3f74b85427bd7696f482f73c85d4b;hpb=1bc5d0217a6e9e6086a14cc00c075b9003bd3f0a;p=mirror_edk2.git diff --git a/MdePkg/Include/IndustryStandard/WatchdogActionTable.h b/MdePkg/Include/IndustryStandard/WatchdogActionTable.h index d742bd03c1..ab67c3fd92 100644 --- a/MdePkg/Include/IndustryStandard/WatchdogActionTable.h +++ b/MdePkg/Include/IndustryStandard/WatchdogActionTable.h @@ -1,6 +1,6 @@ /** @file - ACPI Watchdog Action Table as defined at - Microsoft Hardware Watchdog Timer Specification. + ACPI Watchdog Action Table (WADT) as defined at + Microsoft Hardware Watchdog Timers Design Specification. Copyright (c) 2008, Intel Corporation All rights reserved. This program and the accompanying materials @@ -41,6 +41,9 @@ typedef struct { UINT32 NumberWatchdogInstructionEntries; } EFI_ACPI_WATCHDOG_ACTION_1_0_TABLE; +/// +/// Watchdog Instruction Entries +/// typedef struct { UINT8 WatchdogAction; UINT8 InstructionFlags; @@ -57,9 +60,9 @@ typedef struct { /// #define EFI_ACPI_WATCHDOG_ACTION_1_0_TABLE_REVISION 0x01 -/// -/// WDAT 1.0 Flags -/// +// +// WDAT 1.0 Flags +// #define EFI_ACPI_WDAT_1_0_WATCHDOG_ENABLED 0x1 #define EFI_ACPI_WDAT_1_0_WATCHDOG_STOPPED_IN_SLEEP_STATE 0x80