Revision 0f74d82d80e653545f4190c96a25f3b6751a8370 authored by John W. Linville on 09 January 2014, 15:19:01 UTC, committed by John W. Linville on 09 January 2014, 15:19:01 UTC
2 parent s 732256b + 2eff7c7
Raw File
ntp_internal.h
#ifndef _LINUX_NTP_INTERNAL_H
#define _LINUX_NTP_INTERNAL_H

extern void ntp_init(void);
extern void ntp_clear(void);
/* Returns how long ticks are at present, in ns / 2^NTP_SCALE_SHIFT. */
extern u64 ntp_tick_length(void);
extern int second_overflow(unsigned long secs);
extern int ntp_validate_timex(struct timex *);
extern int __do_adjtimex(struct timex *, struct timespec *, s32 *);
extern void __hardpps(const struct timespec *, const struct timespec *);
#endif /* _LINUX_NTP_INTERNAL_H */
back to top