aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-footbridge/common.h
blob: c9767b892cb2135676e9dd1a82f3af2610c77965 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
extern struct sys_timer footbridge_timer;
extern struct sys_timer isa_timer;

extern void isa_rtc_init(void);

extern void footbridge_map_io(void);
extern void footbridge_init_irq(void);

extern void isa_init_irq(unsigned int irq);
extern void footbridge_restart(char, const char *);