Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[deliverable/linux.git] / arch / arm / mach-omap2 / common-board-devices.h
CommitLineData
96974a24
MR
1#ifndef __OMAP_COMMON_BOARD_DEVICES__
2#define __OMAP_COMMON_BOARD_DEVICES__
3
e92ce89c
FB
4#include <sound/tlv320aic3x.h>
5#include <linux/mfd/menelaus.h>
a53b8e3b
PU
6#include "twl-common.h"
7
1704bf15
IG
8#define NAND_BLOCK_SIZE SZ_128K
9
9a3f39ff 10struct mtd_partition;
96974a24
MR
11struct ads7846_platform_data;
12
13void omap_ads7846_init(int bus_num, int gpio_pendown, int gpio_debounce,
14 struct ads7846_platform_data *board_pdata);
fa590c92 15void *n8x0_legacy_init(void);
96974a24 16
e92ce89c
FB
17extern struct menelaus_platform_data n8x0_menelaus_platform_data;
18extern struct aic3x_pdata n810_aic33_data;
19
96974a24 20#endif /* __OMAP_COMMON_BOARD_DEVICES__ */
This page took 0.207043 seconds and 5 git commands to generate.