*#ident	"@(#)pty	1.6	2/19/88 09:33:40"
*
* PTY	Pseudo TTY device
*
*FLAG	#VEC	PREFIX	SOFT	#DEV	IPL	DEPENDENCIES/VARIABLES
cst	-	pt	29	-	-	
						pthook(){false}
						ptin(){false}
						ptabort(){false}
						ptavail(){false}
						ptsent(){false}
						ptgetid(){false}
						ptexit(){}
* this file is shared between Motorola and Intel machines.
* should use %v here, but not implemented on Motorola yet.
* sizeof of tty struct is 0x60 on Motorola and 0x70 on Intel
* Motorola ends up wasting 0x10*MAX_PTY bytes...  Olson, 8 Feb 88
						pt_tty[MAX_PTY](%0x70)
						pty[MAX_PTY](%32)
						max_pty(%i) = { MAX_PTY }
						_ptydevnum(%c) = { #M }
$$$
MAX_PTY = 32
