USG_PG3/usr/source/io1/dhfdm.c

#
/*
 */

/*
 *	DM-BB fake driver
 */
#include "../head/tty.h"
#include "../head/conf.h"

struct	tty	dh11[];

dhmctl(dev, action)
{

	if (action = FSTATUS)
		return(CARRIER|CTS);
}