clcd.h 293 B

123456789
  1. #ifndef PLAT_CLCD_H
  2. #define PLAT_CLCD_H
  3. struct clcd_panel *versatile_clcd_get_panel(const char *);
  4. int versatile_clcd_setup_dma(struct clcd_fb *, unsigned long);
  5. int versatile_clcd_mmap_dma(struct clcd_fb *, struct vm_area_struct *);
  6. void versatile_clcd_remove_dma(struct clcd_fb *);
  7. #endif