ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / include / asm-um / timex.h
1 #ifndef __UM_TIMEX_H
2 #define __UM_TIMEX_H
3
4 #include "linux/time.h"
5
6 typedef unsigned long cycles_t;
7
8 #define cacheflush_time (0)
9
10 static inline cycles_t get_cycles (void)
11 {
12         return 0;
13 }
14
15 #define CLOCK_TICK_RATE (HZ)
16
17 #endif