]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/HwErrRecSupport.h
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / HwErrRecSupport.h
CommitLineData
5c08e117 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
180a5a35 5Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
c0a00b14 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
5c08e117 7\r
8**/\r
9\r
10#ifndef _HW_ERR_REC_SUPPORT_H_\r
11#define _HW_ERR_REC_SUPPORT_H_\r
12\r
13#include "Bds.h"\r
14\r
15/**\r
16 Set the HwErrRecSupport variable contains a binary UINT16 that supplies the\r
17 level of support for Hardware Error Record Persistence that is implemented\r
18 by the platform.\r
19\r
5c08e117 20**/\r
21VOID\r
22InitializeHwErrRecSupport (\r
a2b35995 23 VOID\r
5c08e117 24 );\r
25\r
26#endif\r