summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/WatchdogActionTable.h
diff options
context:
space:
mode:
Diffstat (limited to 'MdePkg/Include/IndustryStandard/WatchdogActionTable.h')
-rw-r--r--MdePkg/Include/IndustryStandard/WatchdogActionTable.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/MdePkg/Include/IndustryStandard/WatchdogActionTable.h b/MdePkg/Include/IndustryStandard/WatchdogActionTable.h
index 67dabc4379..d742bd03c1 100644
--- a/MdePkg/Include/IndustryStandard/WatchdogActionTable.h
+++ b/MdePkg/Include/IndustryStandard/WatchdogActionTable.h
@@ -22,9 +22,9 @@
// Ensure proper structure formats
//
#pragma pack(1)
-//
-// Watchdog Action Table definition.
-//
+///
+/// Watchdog Action Table definition.
+///
typedef struct {
EFI_ACPI_DESCRIPTION_HEADER Header;
UINT32 WatchdogHeaderLength;
@@ -52,14 +52,14 @@ typedef struct {
#pragma pack()
-//
-// WDAT Revision (defined in spec)
-//
+///
+/// WDAT Revision (defined in spec)
+///
#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