summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/actypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/actypes.h')
-rw-r--r--sys/contrib/dev/acpica/actypes.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/contrib/dev/acpica/actypes.h b/sys/contrib/dev/acpica/actypes.h
index aeb2742..2375901 100644
--- a/sys/contrib/dev/acpica/actypes.h
+++ b/sys/contrib/dev/acpica/actypes.h
@@ -1,7 +1,7 @@
/******************************************************************************
*
* Name: actypes.h - Common data types for the entire ACPI subsystem
- * $Revision: 186 $
+ * $Revision: 187 $
*
*****************************************************************************/
@@ -827,6 +827,11 @@ typedef struct
} ACPI_MEM_SPACE_CONTEXT;
+/* Sleep states */
+
+#define ACPI_NUM_SLEEP_STATES 7
+
+
/*
* Definitions for Resource Attributes
*/
OpenPOWER on IntegriCloud