2 * linux/include/asm-m68knommu/timex.h
4 * m68knommu architecture timex specifications
6 #ifndef _ASM_M68KNOMMU_TIMEX_H
7 #define _ASM_M68KNOMMU_TIMEX_H
10 #include <asm/coldfire.h>
11 #define CLOCK_TICK_RATE MCF_CLK
13 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
16 typedef unsigned long cycles_t;
18 static inline cycles_t get_cycles(void)