]> git.ipfire.org Git - thirdparty/u-boot.git/commit
video: Export vidconsole_entry_start()
authorSimon Glass <sjg@chromium.org>
Mon, 2 Oct 2023 01:13:20 +0000 (19:13 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 11 Oct 2023 19:43:55 +0000 (15:43 -0400)
commit617d7b545b6fa555f47944a10b1a1b261491e3b9
tree6551e6e190c5794c7830ff2777628b19bc721d38
parent9899eef2cb41a9cde1dca87f3ddb041e347b177a
video: Export vidconsole_entry_start()

At present this is called only when a newline is detected, since this
indicates the start of a line of text being entered.

Export this function so it can be used by expo, which may start a new
text line itself, without first writing out a newline.

Signed-off-by: Simon Glass <sjg@chromium.org>
drivers/video/vidconsole-uclass.c
include/video_console.h