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