1 /* Begin include file ... prph_dsk_card.incl.pl1 ... 4/80 MRJ */ 2 3 dcl pdcp ptr; /* ptr to PRPH DSKx 4 \ccard */ 5 6 dcl 1 prph_dsk_card based (pdcp) aligned, /* dcl for disk conf 7 \ciguration card */ 8 2 prph char (4), /* "PRPH" */ 9 2 name char (4), /* name of disk subs 10 \cystem */ 11 2 iom fixed bin (3), /* IOM number of cha 12 \cnnel */ 13 2 chan fixed bin (6), /* channel number wi 14 \cthin IOM */ 15 2 num_chans fixed bin, /* number of channel 16 \cs to be used */ 17 2 drive_group (5), /* drive models and 18 \ccounts */ 19 3 model fixed bin, /* model number */ 20 3 count fixed bin, /* number of drives 21 \c*/ 22 2 field_type (14) fixed bin (2) unsigned unaligned, /* type of field */ 23 2 num_fields fixed bin (8) unsigned unaligned; /* number of fields 24 \cpresent excluding PRPH */ 25 26 /* End include file ... prph_dsk_card.incl.pl1 */