about summary refs log tree commit diff stats
path: root/tools/iso/kernel.soso/screen.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/iso/kernel.soso/screen.h')
-rw-r--r--tools/iso/kernel.soso/screen.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/tools/iso/kernel.soso/screen.h b/tools/iso/kernel.soso/screen.h
deleted file mode 100644
index ab3e9b88..00000000
--- a/tools/iso/kernel.soso/screen.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef SCREEN_H
-#define SCREEN_H
-
-#include "common.h"
-#include "tty.h"
-
-void Screen_FlushFromTty(Tty* tty);
-void Screen_Print(int row, int column, const char* text);
-void Screen_SetActiveColor(uint8 color);
-void Screen_ApplyColor(uint8 color);
-void Screen_Clear();
-void Screen_SetCursorVisible(BOOL visible);
-void Screen_MoveCursor(uint16 line, uint16 column);
-void Screen_GetCursor(uint16* line, uint16* column);
-
-#endif //SCREEN_H