RT-AC66 3.0.0.4.374.130 core
[tomato.git] / release / src-rt-6.x / linux / linux-2.6 / include / asm-arm26 / timex.h
blob68322fbc1aedf362c7c9909bb2ad6fb71730750c
1 /*
2 * linux/include/asm-arm/timex.h
4 * Copyright (C) 1997,1998 Russell King
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License version 2 as
8 * published by the Free Software Foundation.
10 * Architecture Specific TIME specifications
12 #ifndef _ASMARM_TIMEX_H
13 #define _ASMARM_TIMEX_H
16 * On the RiscPC, the clock ticks at 2MHz.
18 #define CLOCK_TICK_RATE 2000000
20 /* IS THAT RIGHT ON A5000? FIXME */
22 typedef unsigned long cycles_t;
24 static inline cycles_t get_cycles (void)
26 return 0;
29 #endif