mcs814x: add support for 3.18
[openwrt.git] / target / linux / mcs814x / files-3.18 / arch / arm / mach-mcs814x / common.h
1 #ifndef __ARCH_MCS814X_COMMON_H
2 #define __ARCH_MCS814X_COMMON_H
3
4 #include <linux/reboot.h>
5 #include <asm/mach/time.h>
6
7 void mcs814x_map_io(void);
8 void mcs814x_clk_init(void);
9 void mcs814x_of_irq_init(void);
10 void mcs814x_init_machine(void);
11 void mcs814x_handle_irq(struct pt_regs *regs);
12 void mcs814x_restart(enum reboot_mode mode, const char *cmd);
13 void mcs814x_timer_init(void);
14 extern void __iomem *mcs814x_sysdbg_base;
15
16 #endif /* __ARCH_MCS814X_COMMON_H */