c05564c4d8
Android 13
8 lines
174 B
C
Executable file
8 lines
174 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef ARM_PLAT_SCHED_CLOCK_H
|
|
#define ARM_PLAT_SCHED_CLOCK_H
|
|
|
|
void versatile_sched_clock_init(void __iomem *, unsigned long);
|
|
|
|
#endif
|