1*23333Smckusick /* 2*23333Smckusick * Copyright (c) 1982 Regents of the University of California. 3*23333Smckusick * All rights reserved. The Berkeley software License Agreement 4*23333Smckusick * specifies the terms and conditions for redistribution. 5*23333Smckusick * 6*23333Smckusick * @(#)pdma.h 6.2 (Berkeley) 06/08/85 7*23333Smckusick */ 866Sbill 910017Ssam struct pdma { 1010017Ssam struct dzdevice *p_addr; 1166Sbill char *p_mem; 1266Sbill char *p_end; 1366Sbill int p_arg; 1466Sbill int (*p_fcn)(); 1566Sbill }; 16