mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 21:36:03 +07:00
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
|