*
* ldterm -- streams tty module -- simulates a real tty on a stream
*

%STRMODULE

Prefix:		ldterm			# prefix added to functions

%PARAM

NUM_LDTERM	16			# number of ldterms

%CONFIG

#ifdef LDTERM_0_STR

#include "sys/ldterm.h"

struct ldterm	ldterm_tty[NUM_LDTERM];
int		ldterm_cnt = sizeof(ldterm_tty) / sizeof(*ldterm_tty);

#endif /* LDTERM_0_STR */
