summaryrefslogtreecommitdiffstats
path: root/include/linux/hrtimer.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/hrtimer.h')
-rw-r--r--include/linux/hrtimer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/hrtimer.h b/include/linux/hrtimer.h
index 8c5b10eb7265..255edd5e7a74 100644
--- a/include/linux/hrtimer.h
+++ b/include/linux/hrtimer.h
@@ -452,11 +452,11 @@ static inline u64 hrtimer_forward_now(struct hrtimer *timer,
452} 452}
453 453
454/* Precise sleep: */ 454/* Precise sleep: */
455extern long hrtimer_nanosleep(struct timespec64 *rqtp, 455
456 struct timespec __user *rmtp, 456extern int nanosleep_copyout(struct restart_block *, struct timespec *);
457extern long hrtimer_nanosleep(const struct timespec64 *rqtp,
457 const enum hrtimer_mode mode, 458 const enum hrtimer_mode mode,
458 const clockid_t clockid); 459 const clockid_t clockid);
459extern long hrtimer_nanosleep_restart(struct restart_block *restart_block);
460 460
461extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl, 461extern void hrtimer_init_sleeper(struct hrtimer_sleeper *sl,
462 struct task_struct *tsk); 462 struct task_struct *tsk);