Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
clcd.h
Go to the documentation of this file.
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 *);
8 
9 #endif