1 /* BEGIN INCLUDE FILE mtape_includes.incl.pl1. Created by J. A. Bush 07/29/83 */ 2 /* This include file contains all of the mtape_ include files necessary for a 3 Per-Format module to obtain the proper references */ 4 5 %include mtape_data; 6 %page; 7 %include mtape_vol_set; 8 %page; 9 %include mtape_label_record; 10 11 %include mtape_err_stats; 12 %page; 13 %include mtape_file_info; 14 %page; 15 %include mtape_attach_info; 16 17 %include mtape_pfm_info; 18 %page; 19 %include mtape_open_close_info; 20 %page; 21 %include mtape_constants; 22 %page; 23 %include mtape_dcls; 24 25 /* END INCLUDE FILE mtape_includes.incl.pl1 */