]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Universal/BdsDxe/HwErrRecSupport.h
Move BdsDxe and GenericBdsLib to IntelFrameworkModulePkg, these modules need dependen...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / HwErrRecSupport.h
diff --git a/IntelFrameworkModulePkg/Universal/BdsDxe/HwErrRecSupport.h b/IntelFrameworkModulePkg/Universal/BdsDxe/HwErrRecSupport.h
new file mode 100644 (file)
index 0000000..1926839
--- /dev/null
@@ -0,0 +1,39 @@
+/** @file\r
+  Set the level of support for Hardware Error Record Persistence that is\r
+  implemented by the platform.\r
+\r
+Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
+All rights reserved. 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
+\r
+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
+**/\r
+\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
+  @param 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
+**/\r
+VOID\r
+InitializeHwErrRecSupport (\r
+  IN UINT16       HwErrRecSupportLevel\r
+  );\r
+\r
+#endif\r