]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/timex.h
Clean up 'print_fn_descriptor_symbol()' types
[linux-2.6-omap-h63xx.git] / include / linux / timex.h
index 5994d39de778ed17a67046e97f7b909a492cfb0a..fc6035d29d568a018e5c43f6575e5b860379fa96 100644 (file)
@@ -212,6 +212,7 @@ extern long time_esterror;  /* estimated error */
 
 extern long time_adjust;       /* The amount of adjtime left */
 
+extern void ntp_init(void);
 extern void ntp_clear(void);
 
 /**
@@ -239,8 +240,8 @@ static inline int ntp_synced(void)
 #endif
 #define NTP_INTERVAL_LENGTH (NSEC_PER_SEC/NTP_INTERVAL_FREQ)
 
-/* Returns how long ticks are at present, in ns / 2^(SHIFT_SCALE-10). */
-extern u64 current_tick_length(void);
+/* Returns how long ticks are at present, in ns / 2^NTP_SCALE_SHIFT. */
+extern u64 tick_length;
 
 extern void second_overflow(void);
 extern void update_ntp_one_tick(void);