xref: /csrg-svn/sys/vax/uba/pdma.h (revision 66)
1*66Sbill /*	pdma.h	3.1	10/14/12	*/
2*66Sbill 
3*66Sbill struct pdma
4*66Sbill {
5*66Sbill 	struct	device *p_addr;
6*66Sbill 	char	*p_mem;
7*66Sbill 	char	*p_end;
8*66Sbill 	int	p_arg;
9*66Sbill 	int	(*p_fcn)();
10*66Sbill };
11