aboutsummaryrefslogtreecommitdiff
path: root/drivers/include/tty.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/include/tty.h')
-rw-r--r--drivers/include/tty.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/include/tty.h b/drivers/include/tty.h
deleted file mode 100644
index 4748d81..0000000
--- a/drivers/include/tty.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdint.h>
-
-void tty_init(void);
-void tty_clear(void);
-void tty_set_color(uint8_t);
-uint8_t tty_get_color(void);
-void tty_putchar_at(int ch, uint8_t color, int x, int y);
-void tty_putchar(int ch);
-void tty_puts(const char*);