aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-footbridge/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-footbridge/common.h')
-rw-r--r--arch/arm/mach-footbridge/common.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/arm/mach-footbridge/common.h b/arch/arm/mach-footbridge/common.h
index c9767b892cb..b911e5587ec 100644
--- a/arch/arm/mach-footbridge/common.h
+++ b/arch/arm/mach-footbridge/common.h
@@ -1,6 +1,7 @@
+#include <linux/reboot.h>
-extern struct sys_timer footbridge_timer;
-extern struct sys_timer isa_timer;
+extern void footbridge_timer_init(void);
+extern void isa_timer_init(void);
extern void isa_rtc_init(void);
@@ -8,4 +9,6 @@ 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 *);
+extern void footbridge_restart(enum reboot_mode, const char *);
+
+extern void footbridge_sched_clock(void);