Files

7 lines
135 B
C
Raw Permalink Normal View History

2023-05-02 09:58:35 +02:00
#ifndef ARM_PLAT_SCHED_CLOCK_H
#define ARM_PLAT_SCHED_CLOCK_H
void versatile_sched_clock_init(void __iomem *, unsigned long);
#endif