*
* mpt
*

%DRIVER

Type:		stream			# driver type:  block or character
Prefix:		mpt			# prefix added to functions
Major:		50			# major device number(s)
Controller:	1			# max. clusters of 64 stream pipes
Logical:	64			# allocate stream pipes in groups of 64
Options:

%CONFIG

#ifdef MPT_0

#include "sys/jioctl.h"
#include "sys/ldterm.h"
#include "sys/ptem.h"
#include "sys/mspt.h"

int mspt_cnt = MPT_0_DEV;
struct mspt_ttys mspt_tty[MPT_0_DEV];

#endif
