summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/quark/include/soc/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/quark/include/soc/pm.h')
-rw-r--r--src/soc/intel/quark/include/soc/pm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/soc/intel/quark/include/soc/pm.h b/src/soc/intel/quark/include/soc/pm.h
index a3fb02f7dbd0..e02b8a274e62 100644
--- a/src/soc/intel/quark/include/soc/pm.h
+++ b/src/soc/intel/quark/include/soc/pm.h
@@ -27,4 +27,7 @@ struct chipset_power_state {
struct chipset_power_state *get_power_state(void);
int fill_power_state(void);
+/* STM Support */
+uint16_t get_pmbase(void);
+
#endif /* _SOC_PM_H_ */