at91: introduce commom AT91_BASE_SYS
[pandora-kernel.git] / arch / arm / mach-at91 / soc.h
1 /*
2  * Copyright (C) 2011 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
3  *
4  * Under GPLv2
5  */
6
7 struct at91_soc {
8         void (*map_io)(void);
9         void (*init)(unsigned long main_clock);
10 };
11
12 extern struct at91_soc at91_boot_soc;
13 extern struct at91_soc at91cap9_soc;
14 extern struct at91_soc at91rm9200_soc;
15 extern struct at91_soc at91sam9260_soc;
16 extern struct at91_soc at91sam9261_soc;
17 extern struct at91_soc at91sam9263_soc;
18 extern struct at91_soc at91sam9g45_soc;
19 extern struct at91_soc at91sam9rl_soc;
20 extern struct at91_soc at91sam9x5_soc;