diff options
Diffstat (limited to 'include/asm-arm/timex.h')
-rw-r--r-- | include/asm-arm/timex.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/asm-arm/timex.h b/include/asm-arm/timex.h index 29ae27df2..d9a3303be 100644 --- a/include/asm-arm/timex.h +++ b/include/asm-arm/timex.h @@ -10,4 +10,13 @@ #include <asm/arch/timex.h> +typedef unsigned long cycles_t; + +extern cycles_t cacheflush_time; + +static inline cycles_t get_cycles (void) +{ + return 0; +} + #endif |