X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fvideo.h;h=61ff6531215aca9b083431f1c800f4ce222ea830;hb=43b7ab99ecacb1d0556de8d3c1950aefc8fb23b0;hp=5b4e78b18257b40805ff3e84ddb3fec52ac14186;hpb=0a6eac842ea288411309cebdc4e72ff59ea6c5ee;p=u-boot diff --git a/include/video.h b/include/video.h index 5b4e78b182..61ff653121 100644 --- a/include/video.h +++ b/include/video.h @@ -114,6 +114,13 @@ struct video_ops { */ int video_reserve(ulong *addrp); +/** + * video_clear() - Clear a device's frame buffer to background color. + * + * @dev: Device to clear + */ +void video_clear(struct udevice *dev); + /** * video_sync() - Sync a device's frame buffer with its hardware *