*
* tirdwr -- TLI-to-ordinary read/write conversion stream module
*

%STRMODULE

Prefix:		trw			# prefix added to streamtab info struct
Options:	required

%PARAM

NUM_TIRDWR	NSTREAM			# number of internal tirdwr structs

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

#ifdef TIRDWR_0_STR
struct trw_trw { long a,b,c; } trw_trw[NUM_TIRDWR];
int	trw_cnt = sizeof(trw_trw) / sizeof(*trw_trw);
#endif /* TIRDWR_0_STR */
