rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 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__ */ |