kernel-fxtec-pro1x/arch/arm/mach-shmobile/include/mach/emev2.h
Magnus Damm 7f627f0380 mach-shmobile: Emma Mobile EV2 SoC base support V3
This is V3 of the Emma Mobile EV2 SoC support.
Included here is support for serial and timer
devices which is just about enough to boot a kernel.

Signed-off-by: Magnus Damm <damm@opensource.se>
Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
2012-05-18 00:14:01 +02:00

9 lines
238 B
C

#ifndef __ASM_EMEV2_H__
#define __ASM_EMEV2_H__
extern void emev2_init_irq(void);
extern void emev2_add_early_devices(void);
extern void emev2_add_standard_devices(void);
extern void emev2_clock_init(void);
#endif /* __ASM_EMEV2_H__ */