mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-22 12:14:01 +08:00
57cc4f7de2
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>
3 lines
132 B
C
3 lines
132 B
C
void sp804_clocksource_init(void __iomem *, const char *);
|
|
void sp804_clockevents_init(void __iomem *, unsigned int, const char *);
|