aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/soc/intel/quark/include/soc/pm.h b/src/soc/intel/quark/include/soc/pm.h
index 7547a53605..55e5e956aa 100644
--- a/src/soc/intel/quark/include/soc/pm.h
+++ b/src/soc/intel/quark/include/soc/pm.h
@@ -25,6 +25,10 @@ struct chipset_power_state {
} __attribute__ ((packed));
struct chipset_power_state *get_power_state(void);
+#if IS_ENABLED(CONFIG_PLATFORM_USES_FSP1_1)
struct chipset_power_state *fill_power_state(void);
-
+#else
+int fill_power_state(void);
#endif
+
+#endif /* _SOC_PM_H_ */