mirror of
https://github.com/acpica/acpica/
synced 2025-01-07 10:04:53 +03:00
fixed code max
date 2004.07.30.17.02.00; author rmoore1; state Exp;
This commit is contained in:
parent
d5e89b8de7
commit
dd04ac063a
@ -1,7 +1,7 @@
|
|||||||
/******************************************************************************
|
/******************************************************************************
|
||||||
*
|
*
|
||||||
* Name: acexcep.h - Exception codes returned by the ACPI subsystem
|
* Name: acexcep.h - Exception codes returned by the ACPI subsystem
|
||||||
* $Revision: 1.71 $
|
* $Revision: 1.72 $
|
||||||
*
|
*
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
@ -239,7 +239,7 @@
|
|||||||
#define AE_AML_CIRCULAR_REFERENCE (ACPI_STATUS) (0x0020 | AE_CODE_AML)
|
#define AE_AML_CIRCULAR_REFERENCE (ACPI_STATUS) (0x0020 | AE_CODE_AML)
|
||||||
#define AE_AML_BAD_RESOURCE_LENGTH (ACPI_STATUS) (0x0021 | AE_CODE_AML)
|
#define AE_AML_BAD_RESOURCE_LENGTH (ACPI_STATUS) (0x0021 | AE_CODE_AML)
|
||||||
|
|
||||||
#define AE_CODE_AML_MAX 0x0020
|
#define AE_CODE_AML_MAX 0x0021
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Internal exceptions used for control
|
* Internal exceptions used for control
|
||||||
|
Loading…
Reference in New Issue
Block a user