mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
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 *);
|