diff options
author | dzwdz | 2021-08-09 21:11:16 +0200 |
---|---|---|
committer | dzwdz | 2021-08-09 21:11:16 +0200 |
commit | 5836c7df10d48b9c3241f2fbdb9ea3a37313a6fd (patch) | |
tree | 133af83b3c7b35d69f816de61de8e53aeeab15df /src/kernel/arch/i386/tty.h | |
parent | b0c9ffa82ea26fa68f9a5ece89198ccfcf392980 (diff) |
move all the tty stuff to a tty directory
Diffstat (limited to 'src/kernel/arch/i386/tty.h')
-rw-r--r-- | src/kernel/arch/i386/tty.h | 6 |
1 files changed, 0 insertions, 6 deletions
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 <stddef.h> - -void tty_putchar(char c); -void tty_write(const char *buf, size_t len); -void tty_clear(); |