12 struct mbxfb_platform_data {
14 struct mbxfb_val xres;
15 struct mbxfb_val yres;
19 unsigned long memsize; /* if 0 use ODFB? */
20 unsigned long timings1;
21 unsigned long timings2;
22 unsigned long timings3;
24 int (*probe)(struct fb_info *fb);
25 int (*remove)(struct fb_info *fb);
28 #endif /* __MBX_FB_H */