blob: 7e33fc94cd1e6ff81c134662a467c72fdf47aabc [file] [log] [blame]
Rob Herring220e6cf2011-06-07 10:02:55 -05001extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
2extern void highbank_clocks_init(void);
3extern void __iomem *scu_base_addr;
4#ifdef CONFIG_DEBUG_HIGHBANK_UART
5extern void highbank_lluart_map_io(void);
6#else
7static inline void highbank_lluart_map_io(void) {}
8#endif
9