root/arch/arm/mach-omap2/common-board-devices.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0 */
   2 #ifndef __OMAP_COMMON_BOARD_DEVICES__
   3 #define __OMAP_COMMON_BOARD_DEVICES__
   4 
   5 #include <sound/tlv320aic3x.h>
   6 #include <linux/mfd/menelaus.h>
   7 
   8 void *n8x0_legacy_init(void);
   9 
  10 extern struct menelaus_platform_data n8x0_menelaus_platform_data;
  11 extern struct aic3x_pdata n810_aic33_data;
  12 
  13 #endif /* __OMAP_COMMON_BOARD_DEVICES__ */

/* [<][>][^][v][top][bottom][index][help] */