]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
clean up the un-suitable ';' location when declaring the functions.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / HwErrRecSupport.h
CommitLineData
fd6a62f3 1/** @file\r
2 Set the level of support for Hardware Error Record Persistence that is\r
3 implemented by the platform.\r
93e3992d 4\r
fd6a62f3 5Copyright (c) 2007 - 2008, Intel Corporation. <BR>\r
93e3992d 6All rights reserved. This 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
fd6a62f3 14**/\r
93e3992d 15\r
b4489769 16#ifndef _HW_ERR_REC_SUPPORT_H_\r
17#define _HW_ERR_REC_SUPPORT_H_\r
93e3992d 18\r
19#include "Bds.h"\r
20\r
b30312ba 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
93e3992d 25\r
93e3992d 26\r
b30312ba 27 @param HwErrRecSupportLevel\r
28 zero value - Indicates that the platform implements no support for\r
29 Hardware Error Record Persistence.\r
30 non-zero value - Indicates that the platform implements Hardware Error\r
31 Record Persistence.\r
93e3992d 32\r
b30312ba 33**/\r
34VOID\r
35InitializeHwErrRecSupport (\r
36 IN UINT16 HwErrRecSupportLevel\r
ed66e1bc 37 );\r
93e3992d 38\r
39#endif\r