From a90f613e50b1677b03d19793039e0769a09caf9f Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sat, 10 Jul 2021 19:36:50 +0200 Subject: abstract away logging Now, the kernel only interfaces with the architecture dependent stuff via functions declared in generic.h. I'll write a linter enforcing this soon. --- src/arch/i386/tty.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/arch/i386/tty.h') 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) -- cgit v1.2.3