summaryrefslogtreecommitdiff
path: root/include/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel')
-rw-r--r--include/kernel/con.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/kernel/con.h b/include/kernel/con.h
index bdfefa0..8777342 100644
--- a/include/kernel/con.h
+++ b/include/kernel/con.h
@@ -9,6 +9,8 @@
void con_init(void);
+void con_clear(void);
+
int puts(char *s);
int printf(char*, ...);