BSD 4_3 release
[unix-history] / usr / src / sys / vaxuba / pdma.h
CommitLineData
da7c5cc6 1/*
0880b18e 2 * Copyright (c) 1982, 1986 Regents of the University of California.
da7c5cc6
KM
3 * All rights reserved. The Berkeley software License Agreement
4 * specifies the terms and conditions for redistribution.
5 *
95f51977 6 * @(#)pdma.h 7.1 (Berkeley) 6/5/86
da7c5cc6 7 */
11ed49aa 8
ddcd76e4
SL
9struct pdma {
10 struct dzdevice *p_addr;
11ed49aa
BJ
11 char *p_mem;
12 char *p_end;
13 int p_arg;
14 int (*p_fcn)();
15};