]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - arch/arm/mach-omap2/common-board-devices.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
[mirror_ubuntu-artful-kernel.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
a53b8e3b
PU
4#include "twl-common.h"
5
1704bf15
IG
6#define NAND_BLOCK_SIZE SZ_128K
7
9a3f39ff 8struct mtd_partition;
96974a24
MR
9struct ads7846_platform_data;
10
11void omap_ads7846_init(int bus_num, int gpio_pendown, int gpio_debounce,
12 struct ads7846_platform_data *board_pdata);
9a3f39ff 13void omap_nand_flash_init(int opts, struct mtd_partition *parts, int n_parts);
96974a24
MR
14
15#endif /* __OMAP_COMMON_BOARD_DEVICES__ */