1 
 2 /* Begin include file ...... wired_io_disk_data.incl.pl1 */
 3 /*        Created 3/26/76 by Noel I. Morris       */
 4 
 5 dcl 1 wired_io_disk_data$ (16) ext aligned,                 /* channel correspondence table */
 6    (2 pad1 bit (5),
 7     2 paging_channel_chx fixed bin (12),                    /* index of paging disk channel */
 8     2 pad2 bit (5),
 9     2 io_channel_index fixed bin (12)) unal;                /* index of channel known to I/O Interfacer */
10 
11 /* End of include file ...... wired_io_disk_data.incl.pl1 */
12