Files

7 lines
135 B
C
Raw Permalink Normal View History

2024-05-07 18:09:20 +08:00
#ifndef ARM_PLAT_SCHED_CLOCK_H
#define ARM_PLAT_SCHED_CLOCK_H
void versatile_sched_clock_init(void __iomem *, unsigned long);
#endif