diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/hrtimer.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h index 95db11f62ff2..d93b1e1dc169 100644 --- a/include/linux/hrtimer.h +++ b/include/linux/hrtimer.h | |||
@@ -326,6 +326,11 @@ static inline int hrtimer_is_hres_active(struct hrtimer *timer) | |||
326 | extern ktime_t ktime_get(void); | 326 | extern ktime_t ktime_get(void); |
327 | extern ktime_t ktime_get_real(void); | 327 | extern ktime_t ktime_get_real(void); |
328 | 328 | ||
329 | |||
330 | DECLARE_PER_CPU(struct tick_device, tick_cpu_device); | ||
331 | extern void hrtimer_peek_ahead_timers(void); | ||
332 | |||
333 | |||
329 | /* Exported timer functions: */ | 334 | /* Exported timer functions: */ |
330 | 335 | ||
331 | /* Initialize timers: */ | 336 | /* Initialize timers: */ |