GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-u300 / include / mach / timex.h
blobf233b72633f68633fa9596779c8f81a85e3a1905
1 /*
3 * arch/arm/mach-u300/include/mach/timex.h
6 * Copyright (C) 2006-2009 ST-Ericsson AB
7 * License terms: GNU General Public License (GPL) version 2
8 * Platform tick rate definition.
9 * Author: Linus Walleij <linus.walleij@stericsson.com>
11 #ifndef __MACH_TIMEX_H
12 #define __MACH_TIMEX_H
14 /* This is for the APP OS GP1 (General Purpose 1) timer */
15 #define CLOCK_TICK_RATE 1000000
17 #endif