mirror of https://github.com/acidanthera/audk.git
Correct MACOR EFI_ERROR_RECORD_SIGNATURE_START definition in MdePkg.
Signed-off-by: Liming Gao <liming.gao@intel.com> Reviewed-by: Jeff Fan <jeff.fan@intel.com> git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13955 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f8ffa6d763
commit
669cfc6740
|
@ -1,7 +1,7 @@
|
||||||
/** @file
|
/** @file
|
||||||
GUIDs and definitions used for Common Platform Error Record.
|
GUIDs and definitions used for Common Platform Error Record.
|
||||||
|
|
||||||
Copyright (c) 2011, Intel Corporation. All rights reserved.<BR>
|
Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>
|
||||||
This program and the accompanying materials
|
This program and the accompanying materials
|
||||||
are licensed and made available under the terms and conditions of the BSD License
|
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
|
which accompanies this distribution. The full text of the license may be found at
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#pragma pack(1)
|
#pragma pack(1)
|
||||||
|
|
||||||
#define EFI_ERROR_RECORD_SIGNATURE_START EFI_SIGNATURE_32('C', 'P', 'E', 'R')
|
#define EFI_ERROR_RECORD_SIGNATURE_START SIGNATURE_32('C', 'P', 'E', 'R')
|
||||||
#define EFI_ERROR_RECORD_SIGNATURE_END 0xFFFFFFFF
|
#define EFI_ERROR_RECORD_SIGNATURE_END 0xFFFFFFFF
|
||||||
|
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in New Issue