X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fvbe.h;h=1631260eb73ea92229669d85778c0c545e5736ec;hb=92832045c54586e9dffa082ff8cd8c2ef6040757;hp=164ccae28000a02ead7125388945f6aede9b57a0;hpb=153e1dda2ff62b0ecffa186a950bbfb82f1b474d;p=platform%2Fkernel%2Fu-boot.git diff --git a/include/vbe.h b/include/vbe.h index 164ccae..1631260 100644 --- a/include/vbe.h +++ b/include/vbe.h @@ -1,10 +1,9 @@ +/* SPDX-License-Identifier: BSD-2-Clause */ /****************************************************************************** * Copyright (c) 2004, 2008 IBM Corporation * Copyright (c) 2009 Pattrick Hueper * All rights reserved. * - * SPDX-License-Identifier: BSD-2-Clause - * * Contributors: * IBM Corporation - initial implementation *****************************************************************************/ @@ -104,7 +103,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_plat; +int vbe_setup_video_priv(struct vesa_mode_info *vesa, + struct video_priv *uc_priv, + struct video_uc_plat *plat); +int vbe_setup_video(struct udevice *dev, int (*int15_handler)(void)); #endif