timex.h 286 B

1234567891011121314
  1. #ifndef _ASM_X86_TIMEX_H
  2. #define _ASM_X86_TIMEX_H
  3. #include <asm/processor.h>
  4. #include <asm/tsc.h>
  5. /* The PIT ticks at this frequency (in HZ): */
  6. #define PIT_TICK_RATE 1193182
  7. #define CLOCK_TICK_RATE PIT_TICK_RATE
  8. #define ARCH_HAS_READ_CURRENT_TIMER
  9. #endif /* _ASM_X86_TIMEX_H */