reboot: arm: change reboot_mode to use enum reboot_mode
[deliverable/linux.git] / arch / arm / include / asm / hardware / iop3xx.h
index ed94b1a366ae62d9535c66847ebe85abf4f4f0c0..423744bf18ebe96b035433146ea26c097e2c963d 100644 (file)
@@ -223,11 +223,12 @@ extern int iop3xx_get_init_atu(void);
 #ifndef __ASSEMBLY__
 
 #include <linux/types.h>
+#include <linux/reboot.h>
 
 void iop3xx_map_io(void);
 void iop_init_cp6_handler(void);
 void iop_init_time(unsigned long tickrate);
-void iop3xx_restart(char, const char *);
+void iop3xx_restart(enum reboot_mode, const char *);
 
 static inline u32 read_tmr0(void)
 {
This page took 0.023987 seconds and 5 git commands to generate.