aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-highbank/core.h
blob: 141ed5171826acbc3caa6a1b7e843f2737361f65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
extern void highbank_set_cpu_jump(int cpu, void *jump_addr);
extern void highbank_clocks_init(void);
extern void highbank_restart(char, const char *);
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

extern void highbank_smc1(int fn, int arg);