diff options
Diffstat (limited to 'src/arch/i386/tty.h')
-rw-r--r-- | src/arch/i386/tty.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/arch/i386/tty.h b/src/arch/i386/tty.h index 3dc1525..cbb8efc 100644 --- a/src/arch/i386/tty.h +++ b/src/arch/i386/tty.h @@ -4,5 +4,3 @@ void tty_putchar(char c); void tty_write(const char *buf, size_t len); void tty_clear(); - -#define tty_const(str) tty_write(str, sizeof(str) - 1) |