about summary refs log tree commit diff stats
path: root/kernel.soso/ttydriver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel.soso/ttydriver.h')
-rw-r--r--kernel.soso/ttydriver.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/kernel.soso/ttydriver.h b/kernel.soso/ttydriver.h
deleted file mode 100644
index 3dab6a4a..00000000
--- a/kernel.soso/ttydriver.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#ifndef TTYDRIVER_H
-#define TTYDRIVER_H
-
-#include "common.h"
-#include "tty.h"
-#include "fs.h"
-
-void initializeTTYs(BOOL graphicMode);
-Tty* getActiveTTY();
-
-void sendKeyInputToTTY(Tty* tty, uint8 scancode);
-
-BOOL isValidTTY(Tty* tty);
-
-FileSystemNode* createPseudoTerminal();
-
-#endif // TTYDRIVER_H