]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/IndustryStandard/WatchdogActionTable.h
MmcDxe: Perform diagnostics specifically on the requested controller
[mirror_edk2.git] / MdePkg / Include / IndustryStandard / WatchdogActionTable.h
index d742bd03c1c3f74b85427bd7696f482f73c85d4b..759f498546e3543233377be36c16a7cf4be1d74a 100644 (file)
@@ -1,9 +1,9 @@
 /** @file   \r
-  ACPI Watchdog Action Table as defined at\r
-  Microsoft Hardware Watchdog Timer Specification.\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
+  Copyright (c) 2008, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
   http://opensource.org/licenses/bsd-license.php                                            \r
@@ -41,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
@@ -57,9 +60,9 @@ typedef struct {
 ///\r
 #define EFI_ACPI_WATCHDOG_ACTION_1_0_TABLE_REVISION       0x01\r
 \r
-///\r
-/// WDAT 1.0 Flags\r
-///\r
+//\r
+// WDAT 1.0 Flags\r
+//\r
 #define EFI_ACPI_WDAT_1_0_WATCHDOG_ENABLED                0x1\r
 #define EFI_ACPI_WDAT_1_0_WATCHDOG_STOPPED_IN_SLEEP_STATE 0x80\r
 \r