adjust hpS/RDIST upS/RDIST to 2/4 from (screwy 3/6, 6/6)
[unix-history] / usr / src / sys / vax / uba / pdma.h
CommitLineData
f86df66c 1/* pdma.h 3.2 %G% */
11ed49aa
BJ
2
3struct pdma
4{
5 struct device *p_addr;
6 char *p_mem;
7 char *p_end;
8 int p_arg;
9 int (*p_fcn)();
10};