*
* timod -- TLI stream module
*

%STRMODULE

Prefix:		tim			# prefix added to functions
Options:	required

%PARAM

NUM_TIMOD	NSTREAM			# number of internal timod structs

%CONFIG					# code added to conf.c for this driver

#ifdef TIMOD_0_STR
struct tim_tim { long a,b,c; } tim_tim[NUM_TIMOD];
int	tim_cnt = sizeof(tim_tim) / sizeof(*tim_tim);
#endif
