diff options
| author | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-06 08:57:15 -0400 |
|---|---|---|
| committer | Steven Whitehouse <swhiteho@redhat.com> | 2006-07-06 08:57:15 -0400 |
| commit | 71ec63c5d66b577a71910b82740751be73e81310 (patch) | |
| tree | 8a3b7b4fd4068fae1b2fd7ab15e29645daa524f8 /arch/arm/mach-at91rm9200/generic.h | |
| parent | 627add2d1385394d020c84533c91ad26bc37b166 (diff) | |
| parent | 120bda20c6f64b32e8bfbdd7b34feafaa5f5332e (diff) | |
Merge branch 'master'
Diffstat (limited to 'arch/arm/mach-at91rm9200/generic.h')
| -rw-r--r-- | arch/arm/mach-at91rm9200/generic.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/arch/arm/mach-at91rm9200/generic.h b/arch/arm/mach-at91rm9200/generic.h index f0d969d7d874..7979d8ab7e07 100644 --- a/arch/arm/mach-at91rm9200/generic.h +++ b/arch/arm/mach-at91rm9200/generic.h | |||
| @@ -8,13 +8,19 @@ | |||
| 8 | * published by the Free Software Foundation. | 8 | * published by the Free Software Foundation. |
| 9 | */ | 9 | */ |
| 10 | 10 | ||
| 11 | void at91_gpio_irq_setup(unsigned banks); | 11 | /* Interrupts */ |
| 12 | extern void __init at91rm9200_init_irq(unsigned int priority[]); | ||
| 13 | extern void __init at91_aic_init(unsigned int priority[]); | ||
| 14 | extern void __init at91_gpio_irq_setup(unsigned banks); | ||
| 12 | 15 | ||
| 16 | /* Timer */ | ||
| 13 | struct sys_timer; | 17 | struct sys_timer; |
| 14 | extern struct sys_timer at91rm9200_timer; | 18 | extern struct sys_timer at91rm9200_timer; |
| 15 | 19 | ||
| 20 | /* Memory Map */ | ||
| 16 | extern void __init at91rm9200_map_io(void); | 21 | extern void __init at91rm9200_map_io(void); |
| 17 | 22 | ||
| 23 | /* Clocks */ | ||
| 18 | extern int __init at91_clock_init(unsigned long main_clock); | 24 | extern int __init at91_clock_init(unsigned long main_clock); |
| 19 | struct device; | 25 | struct device; |
| 20 | extern void __init at91_clock_associate(const char *id, struct device *dev, const char *func); | 26 | extern void __init at91_clock_associate(const char *id, struct device *dev, const char *func); |
