1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-28 20:57:10 +01:00
Files
u-boot-megous/include/console.h
Simon Glass b612312816 console: Add a function to read a line of the output / eof
When recording the console output for testing it is useful to be able to
read the output a line at a time to check that the output is correct. Also
we need to check that we get to the end of the output.

Add a console function to return the next line and another to see how must
data is left.

Signed-off-by: Simon Glass <sjg@chromium.org>
2020-02-05 19:33:46 -07:00

2.3 KiB