mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-06 07:13:57 +00:00
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
3 lines
110 B
C
3 lines
110 B
C
void integrator_init_early(void);
|
|
void integrator_reserve(void);
|
|
void integrator_restart(char, const char *);
|