common-board-devices.h 561 B

123456789101112131415161718192021
  1. #ifndef __OMAP_COMMON_BOARD_DEVICES__
  2. #define __OMAP_COMMON_BOARD_DEVICES__
  3. #include <sound/tlv320aic3x.h>
  4. #include <linux/mfd/menelaus.h>
  5. #include "twl-common.h"
  6. #define NAND_BLOCK_SIZE SZ_128K
  7. struct mtd_partition;
  8. struct ads7846_platform_data;
  9. void omap_ads7846_init(int bus_num, int gpio_pendown, int gpio_debounce,
  10. struct ads7846_platform_data *board_pdata);
  11. void *n8x0_legacy_init(void);
  12. extern struct menelaus_platform_data n8x0_menelaus_platform_data;
  13. extern struct aic3x_pdata n810_aic33_data;
  14. #endif /* __OMAP_COMMON_BOARD_DEVICES__ */