/arch/um/include/asm/timex.h
https://bitbucket.org/cresqo/cm7-p500-kernel · C Header · 13 lines · 9 code · 4 blank · 0 comment · 0 complexity · 9b5bf64377de763b15736ba0e61a926b MD5 · raw file
- #ifndef __UM_TIMEX_H
- #define __UM_TIMEX_H
- typedef unsigned long cycles_t;
- static inline cycles_t get_cycles (void)
- {
- return 0;
- }
- #define CLOCK_TICK_RATE (HZ)
- #endif