diff options
Diffstat (limited to 'drivers/video/da8xx-fb.h')
-rw-r--r-- | drivers/video/da8xx-fb.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 */ |