1 /* 2 * Copyright (C) ST-Ericsson SA 2010 3 * 4 * License terms: GNU General Public License (GPL) version 2 5 */ 6 7 #ifndef __BOARD_MOP500_H 8 #define __BOARD_MOP500_H 9 10 #include <linux/platform_data/asoc-ux500-msp.h> 11 12 extern struct msp_i2s_platform_data msp0_platform_data; 13 extern struct msp_i2s_platform_data msp1_platform_data; 14 extern struct msp_i2s_platform_data msp2_platform_data; 15 extern struct msp_i2s_platform_data msp3_platform_data; 16 17 #endif 18