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 - 2008, 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
27