*
* sp -- stream pipe device
*

%DRIVER

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

%CONFIG

#ifdef SP_0
struct sp_sp {
	long a,b;
} sp_sp[SP_0_DEV];
int	spcnt = sizeof(sp_sp) / sizeof(*sp_sp);
#endif
