GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / sparc / include / asm / timex_32.h
blob842ca60a725a01a73ee6e690ff040ab2f16ccb52
1 /*
2 * linux/include/asm/timex.h
4 * sparc architecture timex specifications
5 */
6 #ifndef _ASMsparc_TIMEX_H
7 #define _ASMsparc_TIMEX_H
9 #define CLOCK_TICK_RATE 1193180 /* Underlying HZ */
11 typedef unsigned long cycles_t;
12 #define get_cycles() (0)
14 extern u32 (*do_arch_gettimeoffset)(void);
15 #endif