Merge branch 'clk/mxs-for-3.6' of git://git.linaro.org/people/shawnguo/linux-2.6...
[deliverable/linux.git] / arch / arm / mach-highbank / core.h
CommitLineData
220e6cf7
RH
1extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
2extern void highbank_clocks_init(void);
00e9967e 3extern void highbank_restart(char, const char *);
220e6cf7
RH
4extern void __iomem *scu_base_addr;
5#ifdef CONFIG_DEBUG_HIGHBANK_UART
6extern void highbank_lluart_map_io(void);
7#else
8static inline void highbank_lluart_map_io(void) {}
9#endif
10
8e56130d 11extern void highbank_smc1(int fn, int arg);
This page took 0.059844 seconds and 5 git commands to generate.