aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r--include/linux/hrtimer.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index d93b1e1dc169..508ce20b8f9c 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -283,6 +283,8 @@ static inline int hrtimer_is_hres_active(struct hrtimer *timer)
283 return timer->base->cpu_base->hres_active; 283 return timer->base->cpu_base->hres_active;
284} 284}
285 285
286extern void hrtimer_peek_ahead_timers(void);
287
286/* 288/*
287 * The resolution of the clocks. The resolution value is returned in 289 * The resolution of the clocks. The resolution value is returned in
288 * the clock_getres() system call to give application programmers an 290 * the clock_getres() system call to give application programmers an
@@ -305,6 +307,7 @@ static inline int hrtimer_is_hres_active(struct hrtimer *timer)
305 * is expired in the next softirq when the clock was advanced. 307 * is expired in the next softirq when the clock was advanced.
306 */ 308 */
307static inline void clock_was_set(void) { } 309static inline void clock_was_set(void) { }
310static inline void hrtimer_peek_ahead_timers(void) { }
308 311
309static inline void hres_timers_resume(void) { } 312static inline void hres_timers_resume(void) { }
310 313
@@ -328,7 +331,6 @@ extern ktime_t ktime_get_real(void);
328 331
329 332
330DECLARE_PER_CPU(struct tick_device, tick_cpu_device); 333DECLARE_PER_CPU(struct tick_device, tick_cpu_device);
331extern void hrtimer_peek_ahead_timers(void);
332 334
333 335
334/* Exported timer functions: */ 336/* Exported timer functions: */