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