mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
6fca1e17f6
Hook these platforms restart code into the new restart hook rather than using arch_reset(). Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
12 lines
285 B
C
12 lines
285 B
C
|
|
extern struct sys_timer footbridge_timer;
|
|
extern struct sys_timer isa_timer;
|
|
|
|
extern void isa_rtc_init(void);
|
|
|
|
extern void footbridge_map_io(void);
|
|
extern void footbridge_init_irq(void);
|
|
|
|
extern void isa_init_irq(unsigned int irq);
|
|
extern void footbridge_restart(char, const char *);
|