aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-footbridge/common.h
blob: a846e50a07b897859db3c3e7ebfe33dd5b11ef84 (plain)
1
2
3
4
5
6
7
8
9
10
11

extern void footbridge_timer_init(void);
extern void isa_timer_init(void);

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 *);