From 1d05374dc7719d9a2d1366cc62daf117eb893266 Mon Sep 17 00:00:00 2001 From: aystarik Date: Wed, 29 Jun 2005 20:13:26 +0000 Subject: [PATCH] add define for max sleep type date 2001.11.07.22.01.00; author agrover; state Exp; --- source/include/actypes.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/include/actypes.h b/source/include/actypes.h index 8e6c51a79..cc426ed29 100644 --- a/source/include/actypes.h +++ b/source/include/actypes.h @@ -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 */