summaryrefslogtreecommitdiff
path: root/power/skylake.h
diff options
context:
space:
mode:
Diffstat (limited to 'power/skylake.h')
-rw-r--r--power/skylake.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/power/skylake.h b/power/skylake.h
index 2a6f8fc4e7..431cccf836 100644
--- a/power/skylake.h
+++ b/power/skylake.h
@@ -33,4 +33,10 @@
#define CHARGER_INITIALIZED_DELAY_MS 100
#define CHARGER_INITIALIZED_TRIES 40
+/*
+ * Board can define this function to indicate to the skylake
+ * power code that it does not have working reset flags.
+ */
+int board_has_working_reset_flags(void);
+
#endif /* __CROS_EC_SKYLAKE_H */