sched_clock.h 135 B

1234567
  1. #ifndef ARM_PLAT_SCHED_CLOCK_H
  2. #define ARM_PLAT_SCHED_CLOCK_H
  3. void versatile_sched_clock_init(void __iomem *, unsigned long);
  4. #endif