2 * This structure describes the machine which we are running on.
4 struct imxfb_mach_info
{
20 u_int cmap_greyscale
:1,
29 u_char
* fixed_screen_cpu
;
30 dma_addr_t fixed_screen_dma
;
32 void (*lcd_power
)(int);
33 void (*backlight_power
)(int);
35 void set_imx_fb_info(struct imxfb_mach_info
*hard_imx_fb_info
);