comparison pwplib/tty.h @ 56:5d819ba6891c

More cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 27 May 2010 22:48:37 +0300
parents 77f40a3c0095
children 7d4f6c33a6ac
comparison
equal deleted inserted replaced
55:77f40a3c0095 56:5d819ba6891c
43 43
44 TTY_VT2XX /* vtnnn where nnn>=200 */ 44 TTY_VT2XX /* vtnnn where nnn>=200 */
45 }; 45 };
46 46
47 int tty_init(void); 47 int tty_init(void);
48 void tty_write(u8 *data, int lgt); 48 void tty_write(char *data, int lgt);
49 49
50 #ifdef DRIVE_TTY_DEC 50 #ifdef DRIVE_TTY_DEC
51 void tty_vt1xx_init();
51 void tty_vt_dump_attr(); 52 void tty_vt_dump_attr();
52 void tty_vt_initstring(); 53 void tty_vt_initstring();
53 #endif 54 #endif
54 55
55 #ifdef HAVE_TTYSTUFF 56 #ifdef HAVE_TTYSTUFF