[PATCH] CREDITS update
[linux-2.6/history.git] / include / asm-um / timex.h
blob6a873133ac01e4290ae3c45a9e28aaeee57e7c44
1 #ifndef __UM_TIMEX_H
2 #define __UM_TIMEX_H
4 #include "linux/time.h"
6 typedef unsigned long cycles_t;
8 #define cacheflush_time (0)
10 static inline cycles_t get_cycles (void)
12 return 0;
15 #define CLOCK_TICK_RATE (HZ)
17 #endif