Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 1 | |
| 2 | /* |
| 3 | * These symbols are needed for board-specific files to call their |
| 4 | * own cpu-specific files |
| 5 | */ |
| 6 | |
| 7 | #ifndef __ASM_ARCH_SETUP_H |
| 8 | #define __ASM_ARCH_SETUP_H |
| 9 | |
| 10 | #include <asm/mach/time.h> |
| 11 | #include <linux/init.h> |
| 12 | |
| 13 | #ifdef CONFIG_NOMADIK_8815 |
| 14 | |
| 15 | extern void cpu8815_map_io(void); |
| 16 | extern void cpu8815_platform_init(void); |
| 17 | extern void cpu8815_init_irq(void); |
Srinidhi Kasagar | 59b559d | 2009-11-12 06:20:54 +0100 | [diff] [blame] | 18 | extern void nmdk_timer_init(void); |
Alessandro Rubini | 28ad94e | 2009-07-02 19:06:47 +0100 | [diff] [blame] | 19 | |
| 20 | #endif /* NOMADIK_8815 */ |
| 21 | |
| 22 | #endif /* __ASM_ARCH_SETUP_H */ |