time: Prevent early expiry of hrtimers[CLOCK_REALTIME] at the leap second edge
[deliverable/linux.git] / kernel / time / ntp_internal.h
CommitLineData
aa6f9c59
JS
1#ifndef _LINUX_NTP_INTERNAL_H
2#define _LINUX_NTP_INTERNAL_H
3
4extern void ntp_init(void);
5extern void ntp_clear(void);
6/* Returns how long ticks are at present, in ns / 2^NTP_SCALE_SHIFT. */
7extern u64 ntp_tick_length(void);
833f32d7 8extern ktime_t ntp_get_next_leap(void);
aa6f9c59 9extern int second_overflow(unsigned long secs);
e4085693 10extern int ntp_validate_timex(struct timex *);
7d489d15 11extern int __do_adjtimex(struct timex *, struct timespec64 *, s32 *);
aa6f9c59
JS
12extern void __hardpps(const struct timespec *, const struct timespec *);
13#endif /* _LINUX_NTP_INTERNAL_H */
This page took 0.120518 seconds and 5 git commands to generate.