1 /* START OF: interrupt_levels.incl.pl1 * * * * * * * * * * * * * * * * */ 2 3 /* Written 14 June 1982 by Chris Jones */ 4 5 /* format: style4,delnl,insnl,indattr,ifthen,declareind10,dclind10 */ 6 dcl IO_SYSTEM_FAULT_INTERRUPT_LEVEL 7 fixed bin internal static options (constant) init (1); 8 dcl IO_TERMINATE_INTERRUPT_LEVEL 9 fixed bin internal static options (constant) init (3); 10 dcl IO_MARKER_INTERRUPT_LEVEL 11 fixed bin internal static options (constant) init (5); 12 dcl IO_SPECIAL_INTERRUPT_LEVEL 13 fixed bin internal static options (constant) init (7); 14 15 /* END OF: interrupt_levels.incl.pl1 * * * * * * * * * * * * * * * * */