]> Pileus Git - ~andy/linux/blob - kernel/time/ntp_internal.h
ntp: Move do_adjtimex() and hardpps() functions to timekeeping.c
[~andy/linux] / kernel / time / ntp_internal.h
1 #ifndef _LINUX_NTP_INTERNAL_H
2 #define _LINUX_NTP_INTERNAL_H
3
4 extern void ntp_init(void);
5 extern void ntp_clear(void);
6 /* Returns how long ticks are at present, in ns / 2^NTP_SCALE_SHIFT. */
7 extern u64 ntp_tick_length(void);
8 extern int second_overflow(unsigned long secs);
9 extern int __do_adjtimex(struct timex *);
10 extern void __hardpps(const struct timespec *, const struct timespec *);
11 #endif /* _LINUX_NTP_INTERNAL_H */