aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/tsc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/tsc.h')
-rw-r--r--include/asm-x86/tsc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asm-x86/tsc.h b/include/asm-x86/tsc.h
index a4d806610b7f..2002f8d6d20a 100644
--- a/include/asm-x86/tsc.h
+++ b/include/asm-x86/tsc.h
@@ -72,4 +72,8 @@ int check_tsc_unstable(void);
72extern void check_tsc_sync_source(int cpu); 72extern void check_tsc_sync_source(int cpu);
73extern void check_tsc_sync_target(void); 73extern void check_tsc_sync_target(void);
74 74
75#ifdef CONFIG_X86_64
76extern void tsc_calibrate(void);
77#endif
78
75#endif 79#endif