blob: d8e2d0be64ac365dc665b1e7e1a52c4549973f77 [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);
Russell King00e99672011-11-05 11:16:05 +00003extern void highbank_restart(char, const char *);
Rob Herring220e6cf2011-06-07 10:02:55 -05004extern 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