mirror of https://github.com/acidanthera/audk.git
MdePkg Cper.h: Add generic error macros for ARM platform
Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ming Huang <ming.huang@linaro.org>
This commit is contained in:
parent
22ec06c8aa
commit
cb5f4f45ce
|
@ -256,6 +256,7 @@ typedef struct {
|
|||
///@{
|
||||
#define EFI_GENERIC_ERROR_PROC_TYPE_IA32_X64 0x00
|
||||
#define EFI_GENERIC_ERROR_PROC_TYPE_IA64 0x01
|
||||
#define EFI_GENERIC_ERROR_PROC_TYPE_ARM 0x02
|
||||
///@}
|
||||
|
||||
///
|
||||
|
@ -265,6 +266,8 @@ typedef struct {
|
|||
#define EFI_GENERIC_ERROR_PROC_ISA_IA32 0x00
|
||||
#define EFI_GENERIC_ERROR_PROC_ISA_IA64 0x01
|
||||
#define EFI_GENERIC_ERROR_PROC_ISA_X64 0x02
|
||||
#define EFI_GENERIC_ERROR_PROC_ISA_ARM_A32_T32 0x03
|
||||
#define EFI_GENERIC_ERROR_PROC_ISA_ARM_A64 0x04
|
||||
///@}
|
||||
|
||||
///
|
||||
|
|
Loading…
Reference in New Issue