2011-06-07 23:02:55 +08:00
|
|
|
extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
|
|
|
|
extern void highbank_clocks_init(void);
|
2011-11-05 19:16:05 +08:00
|
|
|
extern void highbank_restart(char, const char *);
|
2011-06-07 23:02:55 +08:00
|
|
|
extern void __iomem *scu_base_addr;
|
|
|
|
#ifdef CONFIG_DEBUG_HIGHBANK_UART
|
|
|
|
extern void highbank_lluart_map_io(void);
|
|
|
|
#else
|
|
|
|
static inline void highbank_lluart_map_io(void) {}
|
|
|
|
#endif
|
|
|
|
|