BBN-Vax-TCP/h/pdma.h

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

/*	pdma.h	4.2	81/02/19	*/

struct pdma
{
	struct	device *p_addr;
	char	*p_mem;
	char	*p_end;
	int	p_arg;
	int	(*p_fcn)();
};