]> err.no Git - linux-2.6/blobdiff - include/asm-i386/timex.h
[PATCH] fix cramfs making duplicate entries in inode cache
[linux-2.6] / include / asm-i386 / timex.h
index b41e484c34456ddcbca83308a908b54d0e4b9e0f..292b5a68f6271b08b410d19197e3434f654e517f 100644 (file)
@@ -47,6 +47,9 @@ static inline cycles_t get_cycles (void)
        return ret;
 }
 
-extern unsigned long cpu_khz;
+extern unsigned int cpu_khz;
+
+extern int read_current_timer(unsigned long *timer_value);
+#define ARCH_HAS_READ_CURRENT_TIMER    1
 
 #endif