/* * These symbols are needed for board-specific files to call their * own cpu-specific files */#ifndef __ASM_ARCH_SETUP_H#define __ASM_ARCH_SETUP_H#include <asm/mach/time.h>#include <linux/init.h>#ifdef CONFIG_NOMADIK_8815externvoidcpu8815_map_io(void);externvoidcpu8815_platform_init(void);externvoidcpu8815_init_irq(void);externstructsys_timernomadik_timer;#endif /* NOMADIK_8815 */#endif /* __ASM_ARCH_SETUP_H */