git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
18 lines
441 B
C
18 lines
441 B
C
/*
|
|
* 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
|