3 * These symbols are needed for board-specific files to call their
4 * own cpu-specific files
7 #ifndef __ASM_ARCH_SETUP_H
8 #define __ASM_ARCH_SETUP_H
10 #include <asm/mach/time.h>
11 #include <linux/init.h>
13 #ifdef CONFIG_NOMADIK_8815
15 extern void nmdk_timer_init(void);
17 #endif /* NOMADIK_8815 */
19 #endif /* __ASM_ARCH_SETUP_H */