4.1cBSD/a/sys/vaxuba/pdma.h

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

/*	pdma.h	4.3	82/12/30	*/

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