aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-shmobile/include/mach/common.h
blob: d771afa79eb68f04767e0af4e9108cbf7cd9ad33 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef __ARCH_MACH_COMMON_H
#define __ARCH_MACH_COMMON_H

extern struct sys_timer shmobile_timer;

extern void sh7367_init_irq(void);
extern void sh7367_add_early_devices(void);
extern void sh7367_add_standard_devices(void);
extern void sh7367_clock_init(void);

#endif /* __ARCH_MACH_COMMON_H */