summaryrefslogtreecommitdiff
path: root/chip/stm32/clock-f.h
diff options
context:
space:
mode:
Diffstat (limited to 'chip/stm32/clock-f.h')
-rw-r--r--chip/stm32/clock-f.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chip/stm32/clock-f.h b/chip/stm32/clock-f.h
index 187bda916d..a75bcb8ccd 100644
--- a/chip/stm32/clock-f.h
+++ b/chip/stm32/clock-f.h
@@ -67,4 +67,7 @@ void clock_init(void);
/* Init high speed clock config */
void config_hispeed_clock(void);
+/* Get timer clock frequency (for STM32 only) */
+int clock_get_timer_freq(void);
+
#endif /* __CROS_EC_CLOCK_F_H */