mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-08 23:16:40 +07: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 *);
|