/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

  1. #ifndef __UM_TIMEX_H
  2. #define __UM_TIMEX_H
  3. typedef unsigned long cycles_t;
  4. static inline cycles_t get_cycles (void)
  5. {
  6. return 0;
  7. }
  8. #define CLOCK_TICK_RATE (HZ)
  9. #endif