mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
6c00071268
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>
13 lines
257 B
C
13 lines
257 B
C
/*
|
|
* linux/arch/arm/mach-clps711x/common.h
|
|
*
|
|
* Common bits.
|
|
*/
|
|
|
|
struct sys_timer;
|
|
|
|
extern void clps711x_map_io(void);
|
|
extern void clps711x_init_irq(void);
|
|
extern struct sys_timer clps711x_timer;
|
|
extern void clps711x_restart(char mode, const char *cmd);
|