diff options
Diffstat (limited to 'ANDROID_3.4.5/arch/arm/mach-highbank/core.h')
-rw-r--r-- | ANDROID_3.4.5/arch/arm/mach-highbank/core.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ANDROID_3.4.5/arch/arm/mach-highbank/core.h b/ANDROID_3.4.5/arch/arm/mach-highbank/core.h new file mode 100644 index 00000000..d8e2d0be --- /dev/null +++ b/ANDROID_3.4.5/arch/arm/mach-highbank/core.h @@ -0,0 +1,10 @@ +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 + |