summaryrefslogtreecommitdiff
path: root/include/hwtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/hwtimer.h')
-rw-r--r--include/hwtimer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/hwtimer.h b/include/hwtimer.h
index 384e3613dd..5fee466b7c 100644
--- a/include/hwtimer.h
+++ b/include/hwtimer.h
@@ -30,6 +30,9 @@ uint32_t __hw_clock_source_read(void);
*/
int __hw_clock_source_init(void);
+/* Notifies the module the system clock frequency has changed to <freq>. */
+void hwtimer_clock_changed(int freq);
+
/**
* Searches the next deadline and program it in the timer hardware.
*