mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
9854a38e37
Hook the Shark restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
10 lines
220 B
C
10 lines
220 B
C
#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
|
|
|
|
struct sys_timer;
|
|
|
|
extern void timer_init(int irq);
|
|
|
|
extern void __init icu_init_irq(void);
|
|
extern void __init mmp_map_io(void);
|
|
extern void mmp_restart(char, const char *);
|