]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/vbe.h
config: evb-rk3229: Enable rk gmac configs
[people/ms/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