xref: /linux/arch/arm/mach-highbank/core.h (revision f2ee442115c9b6219083c019939a9cc0c9abb2f8)
1 extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
2 extern void highbank_clocks_init(void);
3 extern void __iomem *scu_base_addr;
4 #ifdef CONFIG_DEBUG_HIGHBANK_UART
5 extern void highbank_lluart_map_io(void);
6 #else
7 static inline void highbank_lluart_map_io(void) {}
8 #endif
9 
10