summaryrefslogtreecommitdiff
path: root/power/stoney.h
diff options
context:
space:
mode:
Diffstat (limited to 'power/stoney.h')
-rw-r--r--power/stoney.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/power/stoney.h b/power/stoney.h
new file mode 100644
index 0000000000..ffc0e01629
--- /dev/null
+++ b/power/stoney.h
@@ -0,0 +1,17 @@
+
+/* Copyright 2016 The Chromium OS Authors. All rights reserved.
+ * Use of this source code is governed by a BSD-style license that can be
+ * found in the LICENSE file.
+ */
+
+/* Stoney chipset power control module for Chrome EC */
+
+#ifndef __CROS_EC_STONEY_H
+#define __CROS_EC_STONEY_H
+
+#define IN_SPOK POWER_SIGNAL_MASK(X86_SPOK)
+#define IN_ALW_PG POWER_SIGNAL_MASK(X86_ALW_PG)
+#define IN_SLP_S3 POWER_SIGNAL_MASK(X86_SLP_S3_N)
+#define IN_SLP_S5 POWER_SIGNAL_MASK(X86_SLP_S5_N)
+
+#endif /* __CROS_EC_STONEY_H */