3BSD/usr/include/sys/pdma.h

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

/*	pdma.h	2.1	1/5/80	*/

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