]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
MdeModulePkg/Bds: Do not boot to UI again when BootNext points to UI
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / HwErrRecSupport.h
index fdd62bad0b02bb0f468741aa7cc6c709c4e6dc48..2ac05d5566270b7529415757cc282c4f8da7b0e0 100644 (file)
@@ -1,7 +1,9 @@
-/*++\r
+/** @file\r
+  Set the level of support for Hardware Error Record Persistence that is\r
+  implemented by the platform.\r
 \r
-Copyright (c) 2007, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
+Copyright (c) 2007 - 2015, 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
@@ -9,45 +11,22 @@ http://opensource.org/licenses/bsd-license.php
 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
-Module Name:\r
-\r
-  HwErrRecSupport.h\r
-\r
-Abstract:\r
-\r
-  Set the level of support for Hardware Error Record Persistence that is\r
-  implemented by the platform.\r
-\r
-Revision History\r
+**/\r
 \r
---*/\r
-\r
-#ifndef _HW_ERR_REC_SUPPORT_H\r
-#define _HW_ERR_REC_SUPPORT_H\r
+#ifndef _HW_ERR_REC_SUPPORT_H_\r
+#define _HW_ERR_REC_SUPPORT_H_\r
 \r
 #include "Bds.h"\r
 \r
+/**\r
+  Set the HwErrRecSupport variable contains a binary UINT16 that supplies the\r
+  level of support for Hardware Error Record Persistence that is implemented\r
+  by the platform.\r
+\r
+**/\r
 VOID\r
 InitializeHwErrRecSupport (\r
-  IN UINT16       HwErrRecSupportLevel\r
-  )\r
-/*++\r
-\r
-  Routine Description:\r
-    Set the HwErrRecSupport variable contains a binary UINT16 that supplies the\r
-    level of support for Hardware Error Record Persistence that is implemented\r
-    by the platform.\r
-\r
-  Arguments:\r
-    HwErrRecSupportLevel\r
-      zero value      - Indicates that the platform implements no support for\r
-                        Hardware Error Record Persistence.\r
-      non-zero value  - Indicates that the platform implements Hardware Error\r
-                        Record Persistence.\r
-\r
-  Returns:\r
-\r
---*/\r
-;\r
+  VOID\r
+  );\r
 \r
 #endif\r