]> Git Repo - J-u-boot.git/blobdiff - include/vbe.h
board: sama5d4_xplained: Convert to CONFIG_DM_VIDEO
[J-u-boot.git] / include / vbe.h
index 164ccae28000a02ead7125388945f6aede9b57a0..d6980d953fbaf02c70e64d5b3cf4765bfb7a8293 100644 (file)
@@ -104,7 +104,11 @@ struct vbe_ddc_info {
 
 extern struct vbe_mode_info mode_info;
 
-struct graphic_device;
-int vbe_get_video_info(struct graphic_device *gdev);
+struct video_priv;
+struct video_uc_platdata;
+int vbe_setup_video_priv(struct vesa_mode_info *vesa,
+                        struct video_priv *uc_priv,
+                        struct video_uc_platdata *plat);
+int vbe_setup_video(struct udevice *dev, int (*int15_handler)(void));
 
 #endif
This page took 0.028061 seconds and 4 git commands to generate.