TERES/SOFTWARE/A64-TERES/linux-a64/arch/arm/plat-versatile/include/plat/clcd.h
Dimitar Gamishev f9b0e7a283 linux
2017-10-13 14:07:04 +03:00

10 lines
293 B
C

#ifndef PLAT_CLCD_H
#define PLAT_CLCD_H
struct clcd_panel *versatile_clcd_get_panel(const char *);
int versatile_clcd_setup_dma(struct clcd_fb *, unsigned long);
int versatile_clcd_mmap_dma(struct clcd_fb *, struct vm_area_struct *);
void versatile_clcd_remove_dma(struct clcd_fb *);
#endif