provide an early ioremap cookie of the system configuration register
[openwrt/staging/wigyori.git] / target / linux / mcs814x / files-3.3 / arch / arm / mach-mcs814x / common.h
1 #ifndef __ARCH_MCS814X_COMMON_H
2 #define __ARCH_MCS814X_COMMON_H
3
4 #include <asm/mach/time.h>
5
6 void mcs814x_map_io(void);
7 void mcs814x_clk_init(void);
8 void mcs814x_of_irq_init(void);
9 void mcs814x_init_machine(void);
10 void mcs814x_handle_irq(struct pt_regs *regs);
11 void mcs814x_restart(char mode, const char *cmd);
12 extern struct sys_timer mcs814x_timer;
13 extern void __iomem *mcs814x_sysdbg_base;
14
15 #endif /* __ARCH_MCS814X_COMMON_H */