mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-06 15:23:46 +00:00
This allows platforms to specify the clcokevent name upon registration. Acked-by: Catalin Marinas <catalin.marinas@arm.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
2 lines
132 B
C
2 lines
132 B
C
void sp804_clocksource_init(void __iomem *, const char *);
|
|
void sp804_clockevents_init(void __iomem *, unsigned int, const char *);
|