From 5836c7df10d48b9c3241f2fbdb9ea3a37313a6fd Mon Sep 17 00:00:00 2001 From: dzwdz Date: Mon, 9 Aug 2021 21:11:16 +0200 Subject: move all the tty stuff to a tty directory --- src/kernel/arch/i386/tty.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/kernel/arch/i386/tty.h (limited to 'src/kernel/arch/i386/tty.h') diff --git a/src/kernel/arch/i386/tty.h b/src/kernel/arch/i386/tty.h deleted file mode 100644 index cbb8efc..0000000 --- a/src/kernel/arch/i386/tty.h +++ /dev/null @@ -1,6 +0,0 @@ -#pragma once -#include - -void tty_putchar(char c); -void tty_write(const char *buf, size_t len); -void tty_clear(); -- cgit v1.2.3