]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-mmp/common.h
Merge branch 'master' of ssh+git://oss.sgi.com/oss/git/xfs/xfs
[mirror_ubuntu-artful-kernel.git] / arch / arm / mach-mmp / common.h
CommitLineData
49cbe786
EM
1#define ARRAY_AND_SIZE(x) (x), ARRAY_SIZE(x)
2
3struct sys_timer;
4
5extern void timer_init(int irq);
6
7extern struct sys_timer pxa168_timer;
14c6b5e7 8extern struct sys_timer pxa910_timer;
49cbe786 9extern void __init pxa168_init_irq(void);
14c6b5e7 10extern void __init pxa910_init_irq(void);
49cbe786
EM
11
12extern void __init icu_init_irq(void);
13extern void __init pxa_map_io(void);