summaryrefslogtreecommitdiffstats
path: root/kernel/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/tty.h')
-rw-r--r--kernel/tty.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kernel/tty.h b/kernel/tty.h
index 3c4b09e..27dfe23 100644
--- a/kernel/tty.h
+++ b/kernel/tty.h
@@ -7,8 +7,8 @@ void tty_init();
void tty_setcolor(uint8_t color);
-void tty_putchar(char c);
+void tty_putc(char c);
-void tty_writestring(const char* data);
+void tty_puts(const char* data);
#endif