X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=drivers%2Fvideo%2Fda8xx-fb.h;h=6447a4047de204259d6c9ab15b63770ff53aaaee;hb=26f50fbed2f19edf0c4a2eb80e7fa12941764660;hp=f48fdfdc45c6553c615b216ca2b78e9f30071216;hpb=0017f9ee066f8049733ec4d5aacd97dd0cf4e2ec;p=u-boot diff --git a/drivers/video/da8xx-fb.h b/drivers/video/da8xx-fb.h index f48fdfdc45..6447a4047d 100644 --- a/drivers/video/da8xx-fb.h +++ b/drivers/video/da8xx-fb.h @@ -109,6 +109,8 @@ struct lcd_sync_arg { int pulse_width; }; -void da8xx_video_init(const struct da8xx_panel *panel, int bits_pixel); +void da8xx_video_init(const struct da8xx_panel *panel, + const struct lcd_ctrl_config *lcd_cfg, + int bits_pixel); #endif /* ifndef DA8XX_FB_H */