From: ? <uns...@us...> - 2002-05-29 03:37:43
|
Update of /cvsroot/linux-vax/kernel-2.4/include/linux In directory usw-pr-cvs1:/tmp/cvs-serv31994/include/linux Modified Files: tty.h Log Message: First attempt at a real serial driver for the SC26C94 in the VXT2000. Index: tty.h =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.4/include/linux/tty.h,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- tty.h 9 Apr 2002 12:44:17 -0000 1.2 +++ tty.h 29 May 2002 03:37:40 -0000 1.3 @@ -367,6 +367,7 @@ extern int espserial_init(void); extern int macserial_init(void); extern int a2232board_init(void); +extern int vxt2694_init(void); extern int tty_paranoia_check(struct tty_struct *tty, kdev_t device, const char *routine); |