M7350/kernel/arch/arm/mach-footbridge/common.h

12 lines
285 B
C
Raw Normal View History

2024-09-09 08:52:07 +00:00
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 *);