summaryrefslogtreecommitdiff
path: root/include/clock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clock.h')
-rw-r--r--include/clock.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/clock.h b/include/clock.h
index 2f14ffc62b..f94da36e34 100644
--- a/include/clock.h
+++ b/include/clock.h
@@ -65,4 +65,9 @@ void clock_enable_peripheral(uint32_t offset, uint32_t mask, uint32_t mode);
*/
void clock_disable_peripheral(uint32_t offset, uint32_t mask, uint32_t mode);
+/**
+ * Notify the clock module that the UART for the console is in use.
+ */
+void clock_refresh_console_in_use(void);
+
#endif /* __CROS_EC_CLOCK_H */