Mike Rapoport | 96974a2 | 2011-04-25 01:09:05 +0300 | [diff] [blame] | 1 | #ifndef __OMAP_COMMON_BOARD_DEVICES__ |
| 2 | #define __OMAP_COMMON_BOARD_DEVICES__ |
| 3 | |
Felipe Balbi | e92ce89 | 2014-09-16 15:31:40 -0500 | [diff] [blame] | 4 | #include <sound/tlv320aic3x.h> |
| 5 | #include <linux/mfd/menelaus.h> |
Peter Ujfalusi | a53b8e3 | 2011-06-04 08:16:41 +0300 | [diff] [blame] | 6 | #include "twl-common.h" |
| 7 | |
Igor Grinberg | 1704bf1 | 2011-05-30 00:11:45 -0700 | [diff] [blame] | 8 | #define NAND_BLOCK_SIZE SZ_128K |
| 9 | |
Mike Rapoport | 9a3f39f | 2011-04-25 01:09:07 +0300 | [diff] [blame] | 10 | struct mtd_partition; |
Mike Rapoport | 96974a2 | 2011-04-25 01:09:05 +0300 | [diff] [blame] | 11 | struct ads7846_platform_data; |
| 12 | |
| 13 | void omap_ads7846_init(int bus_num, int gpio_pendown, int gpio_debounce, |
| 14 | struct ads7846_platform_data *board_pdata); |
Tony Lindgren | fa590c9 | 2013-11-25 15:17:10 -0800 | [diff] [blame] | 15 | void *n8x0_legacy_init(void); |
Mike Rapoport | 96974a2 | 2011-04-25 01:09:05 +0300 | [diff] [blame] | 16 | |
Felipe Balbi | e92ce89 | 2014-09-16 15:31:40 -0500 | [diff] [blame] | 17 | extern struct menelaus_platform_data n8x0_menelaus_platform_data; |
| 18 | extern struct aic3x_pdata n810_aic33_data; |
| 19 | |
Mike Rapoport | 96974a2 | 2011-04-25 01:09:05 +0300 | [diff] [blame] | 20 | #endif /* __OMAP_COMMON_BOARD_DEVICES__ */ |