From ed12953042ec38244f3ab93d67f4c2dea6f1fee3 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 18 Jul 2021 14:16:24 +0200 Subject: move all kernel sources to src/kernel/ --- src/arch/i386/tty.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/arch/i386/tty.h (limited to 'src/arch/i386/tty.h') diff --git a/src/arch/i386/tty.h b/src/arch/i386/tty.h deleted file mode 100644 index cbb8efc..0000000 --- a/src/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