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>
9 lines
238 B
C
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__ */
|