]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
MdeModulePkg: Add BdsDxe driver and PlatformBootManagerNull library.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / HwErrRecSupport.h
CommitLineData
f4cd24da
RN
1/** @file\r
2 Set the level of support for Hardware Error Record Persistence that is\r
3 implemented by the platform.\r
4\r
5Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.<BR>\r
6This program and the accompanying materials\r
7are licensed and made available under the terms and conditions of the BSD License\r
8which accompanies this distribution. The full text of the license may be found at\r
9http://opensource.org/licenses/bsd-license.php\r
10\r
11THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13\r
14**/\r
15\r
16#ifndef _HW_ERR_REC_SUPPORT_H_\r
17#define _HW_ERR_REC_SUPPORT_H_\r
18\r
19#include "Bds.h"\r
20\r
21/**\r
22 Set the HwErrRecSupport variable contains a binary UINT16 that supplies the\r
23 level of support for Hardware Error Record Persistence that is implemented\r
24 by the platform.\r
25\r
26**/\r
27VOID\r
28InitializeHwErrRecSupport (\r
29 VOID\r
30 );\r
31\r
32#endif\r