changes to support DS5000
[unix-history] / usr / src / sys / pmax / dev / pdma.h
CommitLineData
12d43ee5
KM
1/*
2 * Copyright (c) 1992 Regents of the University of California.
3 * All rights reserved.
4 *
5 * This code is derived from software contributed to Berkeley by
6 * Ralph Campbell.
7 *
8 * %sccs.include.redist.c%
9 *
10 * @(#)pdma.h 7.1 (Berkeley) %G%
11 */
12
13struct pdma {
14 dcregs *p_addr;
15 char *p_mem;
16 char *p_end;
17 int p_arg;
18 int (*p_fcn)();
19};