diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/common.h')
-rw-r--r-- | arch/arm/mach-s5pv210/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/common.h b/arch/arm/mach-s5pv210/common.h index f74ef965bba..6ed2af5c751 100644 --- a/arch/arm/mach-s5pv210/common.h +++ b/arch/arm/mach-s5pv210/common.h @@ -18,6 +18,8 @@ void s5pv210_init_irq(void); void s5pv210_register_clocks(void); void s5pv210_setup_clocks(void); +void s5pv210_restart(char mode, const char *cmd); + #ifdef CONFIG_CPU_S5PV210 extern int s5pv210_init(void); |