Adding support for MOXA ART SoC. Testing port of linux-2.6.32.60-moxart.
[linux-3.6.7-moxart.git] / arch / arm / include / asm / hardware / timer-sp.h
blob2dd9d3f83f2963282ad5c593b94aebbc59df421a
1 void __sp804_clocksource_and_sched_clock_init(void __iomem *,
2 const char *, int);
4 static inline void sp804_clocksource_init(void __iomem *base, const char *name)
6 __sp804_clocksource_and_sched_clock_init(base, name, 0);
9 static inline void sp804_clocksource_and_sched_clock_init(void __iomem *base,
10 const char *name)
12 __sp804_clocksource_and_sched_clock_init(base, name, 1);
15 void sp804_clockevents_init(void __iomem *, unsigned int, const char *);