diff options
Diffstat (limited to 'include/asm-i386/timex.h')
-rw-r--r-- | include/asm-i386/timex.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-i386/timex.h b/include/asm-i386/timex.h index b41e484c3445..e370f907bd39 100644 --- a/include/asm-i386/timex.h +++ b/include/asm-i386/timex.h | |||
@@ -49,4 +49,7 @@ static inline cycles_t get_cycles (void) | |||
49 | 49 | ||
50 | extern unsigned long cpu_khz; | 50 | extern unsigned long cpu_khz; |
51 | 51 | ||
52 | extern int read_current_timer(unsigned long *timer_value); | ||
53 | #define ARCH_HAS_READ_CURRENT_TIMER 1 | ||
54 | |||
52 | #endif | 55 | #endif |