blob: f3d51858b9b87f5b6beec6438bc5eb57e913099c [file] [log] [blame]
Magnus Dammc793c1b2010-02-05 11:14:49 +00001#ifndef __ARCH_MACH_COMMON_H
2#define __ARCH_MACH_COMMON_H
3
4extern struct sys_timer shmobile_timer;
Magnus Damm4ae04ac2010-02-08 11:02:54 +00005extern void shmobile_setup_console(void);
Magnus Dammc793c1b2010-02-05 11:14:49 +00006
Magnus Damme47bb512010-05-12 14:21:24 +00007extern int clk_init(void);
8
Magnus Dammc793c1b2010-02-05 11:14:49 +00009extern void sh7367_init_irq(void);
10extern void sh7367_add_early_devices(void);
11extern void sh7367_add_standard_devices(void);
12extern void sh7367_clock_init(void);
Magnus Damm7fdda672010-02-10 20:10:55 +090013extern void sh7367_pinmux_init(void);
Magnus Dammc793c1b2010-02-05 11:14:49 +000014
Magnus Dammf2aaf662010-02-05 11:15:07 +000015extern void sh7377_init_irq(void);
16extern void sh7377_add_early_devices(void);
17extern void sh7377_add_standard_devices(void);
NISHIMOTO Hiroki276b4f62010-02-12 08:10:06 +000018extern void sh7377_pinmux_init(void);
Magnus Dammf2aaf662010-02-05 11:15:07 +000019
Magnus Damm2b7eda62010-02-05 11:14:58 +000020extern void sh7372_init_irq(void);
21extern void sh7372_add_early_devices(void);
22extern void sh7372_add_standard_devices(void);
Kuninori Morimotob789b3f2010-02-17 09:39:10 +000023extern void sh7372_pinmux_init(void);
Magnus Damm2b7eda62010-02-05 11:14:58 +000024
Magnus Dammc793c1b2010-02-05 11:14:49 +000025#endif /* __ARCH_MACH_COMMON_H */