summaryrefslogtreecommitdiff
path: root/drivers/video/da8xx-fb.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/da8xx-fb.h')
-rw-r--r--drivers/video/da8xx-fb.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/video/da8xx-fb.h b/drivers/video/da8xx-fb.h
index f48fdfd..6447a40 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 */