diff options
Diffstat (limited to 'include/video_console.h')
-rw-r--r-- | include/video_console.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/video_console.h b/include/video_console.h index 770103284b..3db9a7e1fb 100644 --- a/include/video_console.h +++ b/include/video_console.h @@ -286,6 +286,15 @@ void vidconsole_position_cursor(struct udevice *dev, unsigned col, unsigned row); /** + * vidconsole_clear_and_reset() - Clear the console and reset the cursor + * + * The cursor is placed at the start of the console + * + * @dev: vidconsole device to adjust + */ +int vidconsole_clear_and_reset(struct udevice *dev); + +/** * vidconsole_set_cursor_pos() - set cursor position * * The cursor is set to the new position and the start-of-line information is |