summaryrefslogtreecommitdiff
path: root/kernel/src/tty/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/src/tty/term.h')
-rw-r--r--kernel/src/tty/term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/kernel/src/tty/term.h b/kernel/src/tty/term.h
index f6eb555..ceda255 100644
--- a/kernel/src/tty/term.h
+++ b/kernel/src/tty/term.h
@@ -25,3 +25,5 @@ uint16_t term_save_col(void);
void term_load_col(uint16_t color);
bool term_newline(void);
+
+void term_flush(void);