aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-u300/include/mach/timex.h
blob: f233b72633f68633fa9596779c8f81a85e3a1905 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *
 * arch/arm/mach-u300/include/mach/timex.h
 *
 *
 * Copyright (C) 2006-2009 ST-Ericsson AB
 * License terms: GNU General Public License (GPL) version 2
 * Platform tick rate definition.
 * Author: Linus Walleij <linus.walleij@stericsson.com>
 */
#ifndef __MACH_TIMEX_H
#define __MACH_TIMEX_H

/* This is for the APP OS GP1 (General Purpose 1) timer */
#define CLOCK_TICK_RATE		1000000

#endif