timex.h 266 B

12345678910111213
  1. #ifndef _ASM_X86_TIMEX_H
  2. #define _ASM_X86_TIMEX_H
  3. #include <asm/processor.h>
  4. #include <asm/tsc.h>
  5. /* Assume we use the PIT time source for the clock tick */
  6. #define CLOCK_TICK_RATE PIT_TICK_RATE
  7. #define ARCH_HAS_READ_CURRENT_TIMER
  8. #endif /* _ASM_X86_TIMEX_H */