OF: add empty of_device_is_available for !OF
[deliverable/linux.git] / arch / arm / include / asm / hardware / timer-sp.h
CommitLineData
a7bf6162
RH
1void __sp804_clocksource_and_sched_clock_init(void __iomem *,
2 const char *, int);
3
4static inline void sp804_clocksource_init(void __iomem *base, const char *name)
5{
6 __sp804_clocksource_and_sched_clock_init(base, name, 0);
7}
8
9static inline void sp804_clocksource_and_sched_clock_init(void __iomem *base,
10 const char *name)
11{
12 __sp804_clocksource_and_sched_clock_init(base, name, 1);
13}
14
57cc4f7d 15void sp804_clockevents_init(void __iomem *, unsigned int, const char *);
This page took 0.124617 seconds and 5 git commands to generate.