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