mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 06:19:19 +03:00
Purged all use of AE_AML_ERROR, added 2 new exception codes
date 2002.05.06.17.38.00; author rmoore1; state Exp;
This commit is contained in:
parent
24219dc8f1
commit
b3aba0ffe9
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: acexcep.h - Exception codes returned by the ACPI subsystem
|
||||
* $Revision: 1.61 $
|
||||
* $Revision: 1.62 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -230,8 +230,10 @@
|
||||
#define AE_AML_REGISTER_LIMIT (ACPI_STATUS) (0x001B | AE_CODE_AML)
|
||||
#define AE_AML_NO_WHILE (ACPI_STATUS) (0x001C | AE_CODE_AML)
|
||||
#define AE_AML_ALIGNMENT (ACPI_STATUS) (0x001D | AE_CODE_AML)
|
||||
#define AE_AML_NO_RESOURCE_END_TAG (ACPI_STATUS) (0x001E | AE_CODE_AML)
|
||||
#define AE_AML_BAD_RESOURCE_VALUE (ACPI_STATUS) (0x001F | AE_CODE_AML)
|
||||
|
||||
#define AE_CODE_AML_MAX 0x001D
|
||||
#define AE_CODE_AML_MAX 0x001F
|
||||
|
||||
/*
|
||||
* Internal exceptions used for control
|
||||
@ -340,7 +342,9 @@ NATIVE_CHAR const *AcpiGbl_ExceptionNames_Aml[] =
|
||||
"AE_AML_INVALID_INDEX",
|
||||
"AE_AML_REGISTER_LIMIT",
|
||||
"AE_AML_NO_WHILE",
|
||||
"AE_AML_ALIGNMENT"
|
||||
"AE_AML_ALIGNMENT",
|
||||
"AE_AML_NO_RESOURCE_END_TAG",
|
||||
"AE_AML_BAD_RESOURCE_VALUE"
|
||||
};
|
||||
|
||||
NATIVE_CHAR const *AcpiGbl_ExceptionNames_Ctrl[] =
|
||||
|
Loading…
Reference in New Issue
Block a user