add lcdvc client: virtal console on LCD

This commit is contained in:
marschap
2006-04-24 20:05:35 +00:00
parent 61c80a199b
commit 1aaa20b1de
11 changed files with 759 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef VC_LINK_H
#define VC_LINK_H
extern unsigned short vc_width, vc_height;
extern unsigned short vc_cursor_x, vc_cursor_y;
extern char * vc_buf;
int open_vcs();
int read_vcdata();
#endif