summaryrefslogtreecommitdiff
path: root/include/kernel/con.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/kernel/con.h')
-rw-r--r--include/kernel/con.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/kernel/con.h b/include/kernel/con.h
index 9dd9dbe..6bc24da 100644
--- a/include/kernel/con.h
+++ b/include/kernel/con.h
@@ -7,6 +7,10 @@
#ifndef _CON_H
#define _CON_H
+#include <kernel/tty.h>
+
+extern struct tty_struct tty_con;
+
void con_init(void);
void con_clear(void);