summaryrefslogtreecommitdiff
path: root/include/kernel
diff options
context:
space:
mode:
authorJake Mannens <jake72360@gmail.com>2018-06-19 05:22:54 +1000
committerJake Mannens <jake72360@gmail.com>2018-06-19 05:22:54 +1000
commitf6858b7333139441215e83e070e098bf09056762 (patch)
tree65b7ad0680174bc5331a5db8505be4213e6cc736 /include/kernel
parent627d2d0c0ee5147f53fdba8fc1f9108f8edeb8f3 (diff)
Added foundation code to initialize the PIT and create a 10ms jiffies
counter.
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*, ...);