]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / MdeModulePkg / Universal / BdsDxe / HwErrRecSupport.h
1 /*++
2
3 Copyright (c) 2007, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 HwErrRecSupport.h
15
16 Abstract:
17
18 Set the level of support for Hardware Error Record Persistence that is
19 implemented by the platform.
20
21 Revision History
22
23 --*/
24
25 #ifndef _HW_ERR_REC_SUPPORT_H
26 #define _HW_ERR_REC_SUPPORT_H
27
28 #include "Bds.h"
29
30 VOID
31 InitializeHwErrRecSupport (
32 IN UINT16 HwErrRecSupportLevel
33 )
34 /*++
35
36 Routine Description:
37 Set the HwErrRecSupport variable contains a binary UINT16 that supplies the
38 level of support for Hardware Error Record Persistence that is implemented
39 by the platform.
40
41 Arguments:
42 HwErrRecSupportLevel
43 zero value - Indicates that the platform implements no support for
44 Hardware Error Record Persistence.
45 non-zero value - Indicates that the platform implements Hardware Error
46 Record Persistence.
47
48 Returns:
49
50 --*/
51 ;
52
53 #endif