V10/sys/sys/dhv11.h

Compare this file to the similar file:
Show the results in this format:

/*
 * structures for DHV11 serial interface driver
 */

struct	dhv {
	short state;
	short flags;
	struct dhvreg *regs;
	struct queue *rdq;
	char adno;
	char line;
	char ispeed, ospeed;
	short lctl;
	struct block *oblock;
};