]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[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
9d510e61 6SPDX-License-Identifier: BSD-2-Clause-Patent\r
f4cd24da
RN
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
20**/\r
21VOID\r
22InitializeHwErrRecSupport (\r
23 VOID\r
24 );\r
25\r
26#endif\r