*#ident @(#)gentty	1.6 88/03/19 
*
* SY 
*
*FLAG	#VEC	PREFIX	SOFT	#DEV	CPUS	DEPENDENCIES/VARIABLES
rcs	-	sy	6	-	-	
						syopen(){}
						syclose(){}

* Line Discipline Switch Table
*	order: open close read write ioctl rxint txint modemint
*						linesw[NUMDISC](8 pointers)					
						linesw(%l%l%l%l%l%l%l%l
							%l%l%l%l%l%l%l%l
							%l%l%l%l%l%l%l%l) = {
*						tty -------------
							&ttopen,
							&ttclose,
							&ttread,
							&ttwrite,
							&ttioctl,
							&ttin,
							&ttout,
							&nulldev,
*						sxt -------------
							&nulldev,
							&nulldev,
							&nulldev,
							&nulldev,
							&nulldev,
							&sxtin,
							&sxtout,
							&nulldev,
*						pc-connection -------------
							&wlopen,
							&wlclose,
							&wlread,
							&wlwrite,
							&wlioctl,
							&wtin,
							&wtout,
							&nulldev
						}
						linecnt(%i) = {NUMDISC}
$$$
NUMDISC=3
