diff options
Diffstat (limited to 'arch/arm/mach-footbridge/common.h')
-rw-r--r-- | arch/arm/mach-footbridge/common.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-footbridge/common.h b/arch/arm/mach-footbridge/common.h new file mode 100644 index 00000000..c9767b89 --- /dev/null +++ b/arch/arm/mach-footbridge/common.h @@ -0,0 +1,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 *); |