commit | 617d7b545b6fa555f47944a10b1a1b261491e3b9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Oct 01 19:13:20 2023 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Oct 11 15:43:55 2023 -0400 |
tree | 6551e6e190c5794c7830ff2777628b19bc721d38 | |
parent | 9899eef2cb41a9cde1dca87f3ddb041e347b177a [diff] |
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>