xref: /csrg-svn/sys/vax/uba/pdma.h (revision 49567)
1*49567Sbostic /*-
2*49567Sbostic  * Copyright (c) 1982, 1986 The Regents of the University of California.
3*49567Sbostic  * All rights reserved.
423333Smckusick  *
5*49567Sbostic  * %sccs.include.redist.c%
6*49567Sbostic  *
7*49567Sbostic  *	@(#)pdma.h	7.2 (Berkeley) 05/09/91
823333Smckusick  */
966Sbill 
1010017Ssam struct pdma {
1110017Ssam 	struct	dzdevice *p_addr;
1266Sbill 	char	*p_mem;
1366Sbill 	char	*p_end;
1466Sbill 	int	p_arg;
1566Sbill 	int	(*p_fcn)();
1666Sbill };
17