License cleanup: add SPDX GPL-2.0 license identifier to files with no license
[linux-block.git] / arch / arm / plat-versatile / include / plat / sched_clock.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef ARM_PLAT_SCHED_CLOCK_H
3 #define ARM_PLAT_SCHED_CLOCK_H
4
5 void versatile_sched_clock_init(void __iomem *, unsigned long);
6
7 #endif