summaryrefslogtreecommitdiff
path: root/include/chipset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chipset.h')
-rw-r--r--include/chipset.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/chipset.h b/include/chipset.h
index 3113643e17..ed19ba4df3 100644
--- a/include/chipset.h
+++ b/include/chipset.h
@@ -34,6 +34,9 @@ enum chipset_state_mask {
/* Common combinations */
CHIPSET_STATE_ANY_OFF = (CHIPSET_STATE_HARD_OFF |
CHIPSET_STATE_SOFT_OFF), /* Any off state */
+ /* This combination covers any kind of suspend i.e. S3 or S0ix. */
+ CHIPSET_STATE_ANY_SUSPEND = (CHIPSET_STATE_SUSPEND |
+ CHIPSET_STATE_STANDBY),
};
#ifdef HAS_TASK_CHIPSET