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 10