123456789101112131415161718 |
- /*
- * Copyright (C) ST-Ericsson SA 2010
- *
- * License terms: GNU General Public License (GPL) version 2
- */
- #ifndef __BOARD_MOP500_H
- #define __BOARD_MOP500_H
- #include <linux/platform_data/asoc-ux500-msp.h>
- extern struct msp_i2s_platform_data msp0_platform_data;
- extern struct msp_i2s_platform_data msp1_platform_data;
- extern struct msp_i2s_platform_data msp2_platform_data;
- extern struct msp_i2s_platform_data msp3_platform_data;
- #endif
|