]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/vbe.h
bootstage: Record the time taken to set up driver model
[people/ms/u-boot.git] / include / vbe.h
index 164ccae28000a02ead7125388945f6aede9b57a0..16bb0962367eca05e7bb07b1915c9db3147991f9 100644 (file)
@@ -106,5 +106,11 @@ 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