]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/arm/mach-shmobile/include/mach/emev2.h
Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/linux...
[karo-tx-linux.git] / arch / arm / mach-shmobile / include / mach / emev2.h
1 #ifndef __ASM_EMEV2_H__
2 #define __ASM_EMEV2_H__
3
4 extern void emev2_map_io(void);
5 extern void emev2_init_irq(void);
6 extern void emev2_add_early_devices(void);
7 extern void emev2_add_standard_devices(void);
8 extern void emev2_clock_init(void);
9 extern void emev2_set_boot_vector(unsigned long value);
10
11 #define EMEV2_GPIO_BASE 200
12 #define EMEV2_GPIO_IRQ(n) (EMEV2_GPIO_BASE + (n))
13
14 extern struct smp_operations emev2_smp_ops;
15
16 #endif /* __ASM_EMEV2_H__ */