1 /* pdma.h 4.2 81/02/19 */ 2 3 struct pdma 4 { 5 struct device *p_addr; 6 char *p_mem; 7 char *p_end; 8 int p_arg; 9 int (*p_fcn)(); 10 }; 11