
* UDD  		Unix Domain streams driver

%DRIVER

Type:		stream
Prefix:		udd
Funcs:
Major:		- 
* Controller:
* Physical:
* Logical:
* LineDis:
* Options:

%PARAM

UDDCOUNT	16

%CONFIG

#include "tcp/sys/unpcb.h"

struct unpcb 	Udd[UDDCOUNT];
int 		Uddcount = UDDCOUNT;

