1da0c89c66
Convert versatile platforms to use the new sched_clock() infrastructure for extending 32bit counters to full 64-bit nanoseconds. Tested-by: Will Deacon <will.deacon@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
7 lines
135 B
C
7 lines
135 B
C
#ifndef ARM_PLAT_SCHED_CLOCK_H
|
|
#define ARM_PLAT_SCHED_CLOCK_H
|
|
|
|
void versatile_sched_clock_init(void __iomem *, unsigned long);
|
|
|
|
#endif
|