summaryrefslogtreecommitdiff
path: root/kernel/include/keyboard.h
diff options
context:
space:
mode:
authorAleksa Vuckovic <aleksav013@gmail.com>2022-08-08 21:25:55 +0200
committerAleksa Vuckovic <aleksav013@gmail.com>2022-08-08 21:26:37 +0200
commite11298e56be560de64bbccfe74fef7ff85c623d1 (patch)
treed8323a711d0887bd1ef0c55025d93a9b551cc7aa /kernel/include/keyboard.h
parent0162997df4ae7769bd4fc055b2c03b473846d1f5 (diff)
stdio.h; gcc $(WARNINGS)
Diffstat (limited to 'kernel/include/keyboard.h')
-rw-r--r--kernel/include/keyboard.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/kernel/include/keyboard.h b/kernel/include/keyboard.h
index 5d7acd0..6d395f3 100644
--- a/kernel/include/keyboard.h
+++ b/kernel/include/keyboard.h
@@ -8,9 +8,6 @@
uint64_t stoi(const char *s);
void itos(uint64_t num, char* s);
-void print_char(char c);
-void print_string(char* s);
void keyboard_handler(void);
-void print_int(uint64_t num);
#endif