]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/WatchdogActionTable.h
Code have been checked with spec
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / WatchdogActionTable.h
index c6ee91e778328c77a7fb4b487ecaa28021f09fef..ab67c3fd92da070a122514635ec219c08b10550c 100644 (file)
@@ -1,7 +1,6 @@
-/** \r
-    @file   \r
-  ACPI Watchdog Action Table as defined at\r
-  Microsoft Hardware Watchdog Timer Specification.\r
+/** @file   \r
+  ACPI Watchdog Action Table (WADT) as defined at\r
+  Microsoft Hardware Watchdog Timers Design Specification.\r
 \r
   Copyright (c) 2008, Intel Corporation\r
   All rights reserved. This program and the accompanying materials                          \r
@@ -23,9 +22,9 @@
 // Ensure proper structure formats\r
 //\r
 #pragma pack(1)\r
-//\r
-// Watchdog Action Table definition.\r
-//\r
+///\r
+/// Watchdog Action Table definition.\r
+///\r
 typedef struct {\r
   EFI_ACPI_DESCRIPTION_HEADER             Header;\r
   UINT32                                  WatchdogHeaderLength;\r
@@ -42,6 +41,9 @@ typedef struct {
   UINT32                                  NumberWatchdogInstructionEntries;\r
 } EFI_ACPI_WATCHDOG_ACTION_1_0_TABLE;\r
 \r
+///\r
+/// Watchdog Instruction Entries\r
+///\r
 typedef struct {\r
   UINT8                                   WatchdogAction;\r
   UINT8                                   InstructionFlags;\r
@@ -53,10 +55,10 @@ typedef struct {
 \r
 #pragma pack()\r
 \r
-//\r
-// WDAT Revision (defined in spec)\r
-//\r
-#define EFI_ACPI_WATCHDOG_ACTION_1_0_TABLE_REVISION  0x01\r
+///\r
+/// WDAT Revision (defined in spec)\r
+///\r
+#define EFI_ACPI_WATCHDOG_ACTION_1_0_TABLE_REVISION       0x01\r
 \r
 //\r
 // WDAT 1.0 Flags\r