diff options
Diffstat (limited to 'include/asm-x86/time.h')
-rw-r--r-- | include/asm-x86/time.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/include/asm-x86/time.h b/include/asm-x86/time.h index bce72d7a958..7457a5d7b4a 100644 --- a/include/asm-x86/time.h +++ b/include/asm-x86/time.h @@ -1,5 +1,5 @@ -#ifndef _ASMX86_TIME_H -#define _ASMX86_TIME_H +#ifndef ASM_X86__TIME_H +#define ASM_X86__TIME_H extern void hpet_time_init(void); @@ -56,4 +56,6 @@ static inline int native_set_wallclock(unsigned long nowtime) #endif /* CONFIG_PARAVIRT */ -#endif +extern unsigned long __init calibrate_cpu(void); + +#endif /* ASM_X86__TIME_H */ |