blob: 598ee7882b031439fe36711d676e91dcdda86ae3 [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
Rob Herring8e561302012-06-06 17:20:10 -050011extern void highbank_smc1(int fn, int arg);
Marc Zyngier7ad71b62012-09-05 14:36:18 +000012extern void highbank_cpu_die(unsigned int cpu);
13
14extern struct smp_operations highbank_smp_ops;