mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 16:36:55 +07:00
8a9618f5df
From: Rob Herring <rob.herring@smooth-stone.com> The timer-sp h/w used on versatile platforms can also be used for other platforms, so move it to a common location. Signed-off-by: Rob Herring <rob.herring@smooth-stone.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
3 lines
104 B
C
3 lines
104 B
C
void sp804_clocksource_init(void __iomem *);
|
|
void sp804_clockevents_init(void __iomem *, unsigned int);
|