]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/BdsDxe/HwErrRecSupport.h
Program SD Cards into 4-bit mode (support for this is required in the spec). This...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / BdsDxe / HwErrRecSupport.h
CommitLineData
5c08e117 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
180a5a35
HT
5Copyright (c) 2007 - 2008, Intel Corporation. All rights reserved.<BR>\r
6This program and the accompanying materials\r
5c08e117 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
14**/\r
15\r
16#ifndef _HW_ERR_REC_SUPPORT_H_\r
17#define _HW_ERR_REC_SUPPORT_H_\r
18\r
19#include "Bds.h"\r
20\r
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
25\r
5c08e117 26**/\r
27VOID\r
28InitializeHwErrRecSupport (\r
a2b35995 29 VOID\r
5c08e117 30 );\r
31\r
32#endif\r