summaryrefslogtreecommitdiffstats
path: root/memtestEDK/Memtest/SingleComponents/screen_buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'memtestEDK/Memtest/SingleComponents/screen_buffer.h')
-rw-r--r--memtestEDK/Memtest/SingleComponents/screen_buffer.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/memtestEDK/Memtest/SingleComponents/screen_buffer.h b/memtestEDK/Memtest/SingleComponents/screen_buffer.h
deleted file mode 100644
index 37949a0..0000000
--- a/memtestEDK/Memtest/SingleComponents/screen_buffer.h
+++ /dev/null
@@ -1,20 +0,0 @@
-/* --*- C -*--
- *
- * By Jani Averbach, Jaa@iki.fi, 2001
- *
- * Released under version 2 of the Gnu Public License.
- *
- */
-#ifndef SCREEN_BUFFER_H_1D10F83B_INCLUDED
-#define SCREEN_BUFFER_H_1D10F83B_INCLUDED
-
-// #include "config.h"
-
-char get_scrn_buf(const int y, const int x);
-void set_scrn_buf(const int y, const int x, const char val);
-void clear_screen_buf(void);
-void tty_print_region(const int pi_top,const int pi_left, const int pi_bottom,const int pi_right);
-void tty_print_line(int y, int x, const char *text);
-void tty_print_screen(void);
-void print_error(char *pstr);
-#endif /* SCREEN_BUFFER_H_1D10F83B_INCLUDED */