diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index fca93025ab51..660d91dea78c 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -146,6 +146,9 @@ extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, | |||
146 | /* Soft interrupt function to run the hrtimer queues: */ | 146 | /* Soft interrupt function to run the hrtimer queues: */ |
147 | extern void hrtimer_run_queues(void); | 147 | extern void hrtimer_run_queues(void); |
148 | 148 | ||
149 | /* Resume notification */ | ||
150 | void hrtimer_notify_resume(void); | ||
151 | |||
149 | /* Bootup initialization: */ | 152 | /* Bootup initialization: */ |
150 | extern void __init hrtimers_init(void); | 153 | extern void __init hrtimers_init(void); |
151 | 154 | ||