/* * arch/arm/mach-loki/common.h * * Core functions for Marvell Loki (88RC8480) SoCs * * This file is licensed under the terms of the GNU General Public * License version 2. This program is licensed "as is" without any * warranty of any kind, whether express or implied. */#ifndef __ARCH_LOKI_COMMON_H#define __ARCH_LOKI_COMMON_Hstructmv643xx_eth_platform_data;/* * Basic Loki init functions used early by machine-setup. */voidloki_map_io(void);voidloki_init(void);voidloki_init_irq(void);externstructmbus_dram_target_infoloki_mbus_dram_info;voidloki_setup_cpu_mbus(void);voidloki_setup_dev_boot_win(u32base,u32size);voidloki_ge0_init(structmv643xx_eth_platform_data*eth_data);voidloki_ge1_init(structmv643xx_eth_platform_data*eth_data);voidloki_sas_init(void);voidloki_uart0_init(void);voidloki_uart1_init(void);externstructsys_timerloki_timer;#endif