From b8f54e63d2b8f8007c580adf2a6034c98a0f2eaa Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 1 Mar 2015 13:22:21 -0500 Subject: rename TTY driver to vgatext --- drivers/include/tty.h | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 drivers/include/tty.h (limited to 'drivers/include/tty.h') 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 - -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*); -- cgit v1.1