You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
293 B
9 lines
293 B
#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
|
|
|