diff options
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r-- | include/linux/hrtimer.h | 2 |
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 | ||
455 | extern int schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, | 455 | extern int schedule_hrtimeout_range(ktime_t *expires, unsigned long delta, |
456 | const enum hrtimer_mode mode); | 456 | const enum hrtimer_mode mode); |
457 | extern int schedule_hrtimeout_range_clock(ktime_t *expires, | ||
458 | unsigned long delta, const enum hrtimer_mode mode, int clock); | ||
457 | extern int schedule_hrtimeout(ktime_t *expires, const enum hrtimer_mode mode); | 459 | extern 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: */ |