Merge tag 'tegra-for-3.17-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/tegra...
[cascardo/linux.git] / include / linux / platform_data / video-clcd-versatile.h
1 #ifndef PLAT_CLCD_H
2 #define PLAT_CLCD_H
3
4 struct clcd_panel *versatile_clcd_get_panel(const char *);
5 int versatile_clcd_setup_dma(struct clcd_fb *, unsigned long);
6 int versatile_clcd_mmap_dma(struct clcd_fb *, struct vm_area_struct *);
7 void versatile_clcd_remove_dma(struct clcd_fb *);
8
9 #endif