1      "BEGIN INCLUDE FILE device_error.incl.alm
 2 
 3 "Last modified 1/8/76
 4 "
 5 " HISTORY COMMENTS:
 6 "  1) change(88-02-23,Farley), approve(88-02-23,MCR7759),
 7 "     audit(88-02-24,Fawcett), install(88-03-01,12.2-1029):
 8 "     Added all_paths_bad flag.
 9 "                                                      END HISTORY COMMENTS
10 
11           bool      errflags.all_paths_bad,000100           " DL
12           bool      errflags.memory_unusable,000040         " DL
13           bool      errflags.device_inoperative,000020      " DL
14           bool      errflags.reassign_address,000010        " DL
15           bool      errflags.seg_unusable,000004            " DL
16           bool      errflags.please_repeat_call,000002      " DL
17           bool      errflags.fatal_error,000001             " DL
18 
19 "END INCLUDE FILE device_error.incl.alm