blob: d771afa79eb68f04767e0af4e9108cbf7cd9ad33 [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;
5
6extern void sh7367_init_irq(void);
7extern void sh7367_add_early_devices(void);
8extern void sh7367_add_standard_devices(void);
9extern void sh7367_clock_init(void);
10
11#endif /* __ARCH_MACH_COMMON_H */