diff options
Diffstat (limited to 'include/console.h')
-rw-r--r-- | include/console.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/console.h b/include/console.h index ceb733b5cb..e29817e57b 100644 --- a/include/console.h +++ b/include/console.h @@ -156,6 +156,16 @@ int console_announce_r(void); */ void console_puts_select_stderr(bool serial_only, const char *s); +/** + * console_clear() - Clear the console + * + * Uses an ANSI sequence to clear the display, failing back to clearing the + * video display directly if !CONFIG_VIDEO_ANSI + * + * Return: 0 if OK, -ve on error + */ +int console_clear(void); + /* * CONSOLE multiplexing. */ |