remove debug stuff
[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 *
069014ed 10 * @(#)pdma.h 7.2 (Berkeley) %G%
12d43ee5
KM
11 */
12
13struct pdma {
14 dcregs *p_addr;
15 char *p_mem;
16 char *p_end;
17 int p_arg;
069014ed 18 void (*p_fcn)();
12d43ee5 19};