aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/linux/hrtimer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 6d93dce61cbb..becd17db1a1a 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -346,6 +346,8 @@ extern long hrtimer_nanosleep_restart(struct restart_block *restart_block);
346extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, 346extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
347 struct task_struct *tsk); 347 struct task_struct *tsk);
348 348
349extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode);
350
349/* Soft interrupt function to run the hrtimer queues: */ 351/* Soft interrupt function to run the hrtimer queues: */
350extern void hrtimer_run_queues(void); 352extern void hrtimer_run_queues(void);
351extern void hrtimer_run_pending(void); 353extern void hrtimer_run_pending(void);