mirror of
https://github.com/torvalds/linux.git
synced 2024-11-19 18:41:48 +00:00
220e6cf7b7
This adds basic support for the Calxeda Highbank platform. Signed-off-by: Rob Herring <rob.herring@calxeda.com> Reviewed-by: Jamie Iles <jamie@jamieiles.com> Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
7 lines
88 B
C
7 lines
88 B
C
#ifndef __MACH_TIMEX_H
|
|
#define __MACH_TIMEX_H
|
|
|
|
#define CLOCK_TICK_RATE 1000000
|
|
|
|
#endif
|