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