mirror of
https://github.com/acpica/acpica/
synced 2025-01-16 06:19:19 +03:00
New exceptions
date 2000.01.10.17.12.00; author rmoore1; state Exp;
This commit is contained in:
parent
e24758a43e
commit
ca6915adf7
@ -156,8 +156,10 @@
|
||||
#define AE_TIME (ACPI_STATUS) 0x001C
|
||||
#define AE_TERMINATE (ACPI_STATUS) 0x001D
|
||||
#define AE_DEPTH (ACPI_STATUS) 0x001E
|
||||
#define AE_UNKNOWN_STATUS (ACPI_STATUS) 0x001F
|
||||
#define ACPI_MAX_STATUS (ACPI_STATUS) 0x001F
|
||||
#define AE_TRUE (ACPI_STATUS) 0x001F
|
||||
#define AE_FALSE (ACPI_STATUS) 0x0020
|
||||
#define AE_UNKNOWN_STATUS (ACPI_STATUS) 0x0021
|
||||
#define ACPI_MAX_STATUS (ACPI_STATUS) 0x0021
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user