- patches.fixes/patch-2.6.11-rc1: 2.6.11-rc1.
[linux-flexiantxendom0-3.2.10.git] / include / asm-arm / hardware / amba_clcd.h
index 97681e3..2149be7 100644 (file)
@@ -125,6 +125,11 @@ struct clcd_board {
        int     (*setup)(struct clcd_fb *);
 
        /*
+        * mmap the framebuffer memory
+        */
+       int     (*mmap)(struct clcd_fb *, struct vm_area_struct *);
+
+       /*
         * Remove platform specific parts of CLCD driver
         */
        void    (*remove)(struct clcd_fb *);