mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
add define for max sleep type
date 2001.11.07.22.01.00; author agrover; state Exp;
This commit is contained in:
parent
a3e4489d7c
commit
1d05374dc7
@ -1,7 +1,7 @@
|
||||
/******************************************************************************
|
||||
*
|
||||
* Name: actypes.h - Common data types for the entire ACPI subsystem
|
||||
* $Revision: 1.197 $
|
||||
* $Revision: 1.198 $
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
@ -383,6 +383,12 @@ typedef UINT64 ACPI_INTEGER;
|
||||
#define ACPI_D_STATES_MAX ACPI_STATE_D3
|
||||
#define ACPI_D_STATE_COUNT 4
|
||||
|
||||
/*
|
||||
* Sleep type invalid value
|
||||
*/
|
||||
#define ACPI_SLEEP_TYPE_MAX 0x7
|
||||
#define ACPI_SLEEP_TYPE_INVALID 0xFF
|
||||
|
||||
/*
|
||||
* Standard notify values
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user