X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdeModulePkg%2FUniversal%2FBdsDxe%2FHwErrRecSupport.h;h=2ac05d5566270b7529415757cc282c4f8da7b0e0;hb=99294cbbdb3e53435ad938e681348ab09f6a725a;hp=fdd62bad0b02bb0f468741aa7cc6c709c4e6dc48;hpb=93e3992d1ea50fb30c48f498d257d4e66252dd9b;p=mirror_edk2.git diff --git a/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h b/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h index fdd62bad0b..2ac05d5566 100644 --- a/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h +++ b/MdeModulePkg/Universal/BdsDxe/HwErrRecSupport.h @@ -1,7 +1,9 @@ -/*++ +/** @file + Set the level of support for Hardware Error Record Persistence that is + implemented by the platform. -Copyright (c) 2007, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2007 - 2015, Intel Corporation. All rights reserved.
+This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at http://opensource.org/licenses/bsd-license.php @@ -9,45 +11,22 @@ http://opensource.org/licenses/bsd-license.php THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -Module Name: - - HwErrRecSupport.h - -Abstract: - - Set the level of support for Hardware Error Record Persistence that is - implemented by the platform. - -Revision History +**/ ---*/ - -#ifndef _HW_ERR_REC_SUPPORT_H -#define _HW_ERR_REC_SUPPORT_H +#ifndef _HW_ERR_REC_SUPPORT_H_ +#define _HW_ERR_REC_SUPPORT_H_ #include "Bds.h" +/** + Set the HwErrRecSupport variable contains a binary UINT16 that supplies the + level of support for Hardware Error Record Persistence that is implemented + by the platform. + +**/ VOID InitializeHwErrRecSupport ( - IN UINT16 HwErrRecSupportLevel - ) -/*++ - - Routine Description: - Set the HwErrRecSupport variable contains a binary UINT16 that supplies the - level of support for Hardware Error Record Persistence that is implemented - by the platform. - - Arguments: - HwErrRecSupportLevel - zero value - Indicates that the platform implements no support for - Hardware Error Record Persistence. - non-zero value - Indicates that the platform implements Hardware Error - Record Persistence. - - Returns: - ---*/ -; + VOID + ); #endif