diff options
Diffstat (limited to 'arch/arm/mach-w90x900/nuc9xx.h')
| -rw-r--r-- | arch/arm/mach-w90x900/nuc9xx.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/arch/arm/mach-w90x900/nuc9xx.h b/arch/arm/mach-w90x900/nuc9xx.h index 91acb404779..e3ab1e1381f 100644 --- a/arch/arm/mach-w90x900/nuc9xx.h +++ b/arch/arm/mach-w90x900/nuc9xx.h @@ -14,11 +14,13 @@ * published by the Free Software Foundation. * */ + +#include <linux/reboot.h> + struct map_desc; -struct sys_timer; /* core initialisation functions */ extern void nuc900_init_irq(void); -extern struct sys_timer nuc900_timer; -extern void nuc9xx_restart(char, const char *); +extern void nuc900_timer_init(void); +extern void nuc9xx_restart(enum reboot_mode, const char *); |
