summaryrefslogtreecommitdiff
path: root/include/power_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/power_button.h')
-rw-r--r--include/power_button.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/power_button.h b/include/power_button.h
index 23fd4b1bf4..fb213c6b08 100644
--- a/include/power_button.h
+++ b/include/power_button.h
@@ -54,12 +54,4 @@ void power_button_pch_release(void);
*/
void power_button_pch_pulse(void);
-/**
- * Returns the time when DSW_PWROK was asserted. It should be customized
- * by each board. See CONFIG_DELAY_DSW_PWROK_TO_PWRBTN for details.
- *
- * @return time in usec when DSW_PWROK was asserted.
- */
-int64_t get_time_dsw_pwrok(void);
-
#endif /* __CROS_EC_POWER_BUTTON_H */