aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/timex.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/timex.h b/include/linux/timex.h
index 261381b5da82..049dfe4a11f2 100644
--- a/include/linux/timex.h
+++ b/include/linux/timex.h
@@ -198,21 +198,15 @@ extern int tickadj; /* amount of adjustment per tick */
198/* 198/*
199 * phase-lock loop variables 199 * phase-lock loop variables
200 */ 200 */
201extern int time_state; /* clock status */
202extern int time_status; /* clock synchronization status bits */ 201extern int time_status; /* clock synchronization status bits */
203extern long time_offset; /* time adjustment (us) */
204extern long time_constant; /* pll time constant */
205extern long time_precision; /* clock precision (us) */
206extern long time_maxerror; /* maximum error */ 202extern long time_maxerror; /* maximum error */
207extern long time_esterror; /* estimated error */ 203extern long time_esterror; /* estimated error */
208 204
209extern long time_freq; /* frequency offset (scaled ppm) */ 205extern long time_freq; /* frequency offset (scaled ppm) */
210extern long time_reftime; /* time at last adjustment (s) */
211 206
212extern long time_adjust; /* The amount of adjtime left */ 207extern long time_adjust; /* The amount of adjtime left */
213 208
214extern void ntp_clear(void); 209extern void ntp_clear(void);
215extern void ntp_update_frequency(void);
216 210
217/** 211/**
218 * ntp_synced - Returns 1 if the NTP status is not UNSYNC 212 * ntp_synced - Returns 1 if the NTP status is not UNSYNC