arm: fix implicit use of sched.h in bcmring/dma.c
[linux-2.6/libata-dev.git] / arch / arm / mach-omap2 / common-board-devices.h
bloba0b4a42836ab9f7a29f1757ee410e37a237af00c
1 #ifndef __OMAP_COMMON_BOARD_DEVICES__
2 #define __OMAP_COMMON_BOARD_DEVICES__
4 #include "twl-common.h"
6 #define NAND_BLOCK_SIZE SZ_128K
8 struct mtd_partition;
9 struct ads7846_platform_data;
11 void omap_ads7846_init(int bus_num, int gpio_pendown, int gpio_debounce,
12 struct ads7846_platform_data *board_pdata);
13 void omap_nand_flash_init(int opts, struct mtd_partition *parts, int n_parts);
15 #endif /* __OMAP_COMMON_BOARD_DEVICES__ */