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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 9470a9e4a8ff..76da541c1f66 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -454,6 +454,8 @@ extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
454 454
455extern int schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, 455extern int schedule_hrtimeout_range(ktime_t *expires, unsigned long delta,
456 const enum hrtimer_mode mode); 456 const enum hrtimer_mode mode);
457extern int schedule_hrtimeout_range_clock(ktime_t *expires,
458 unsigned long delta, const enum hrtimer_mode mode, int clock);
457extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode); 459extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode);
458 460
459/* Soft interrupt function to run the hrtimer queues: */ 461/* Soft interrupt function to run the hrtimer queues: */