ARM: add versatile family consolidated CLCD support
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / plat-versatile / include / plat / clcd.h
blob6bb6a1d2019b41e85851e6cf1ddeceb5ce423dea
1 #ifndef PLAT_CLCD_H
2 #define PLAT_CLCD_H
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 *);
9 #endif