File: /Users/paulross/dev/linux/linux-3.13/arch/x86/include/asm/timex.h

Green shading in the line number column means the source is part of the translation unit, red means it is conditionally excluded. Highlighted line numbers link to the translation unit page. Highlighted macros link to the macro page.

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