
  TYPE
    tmt$pc_handler_descriptions = array [ * ] of tmt$pc_handler_description;

  TYPE
    tmt$pc_handler_description = record
      recognition_ring: ost$ring,
      low_execution_ring: ost$ring,
      high_execution_ring: ost$ring,
      preempt_wait: tmt$wait_preemptability,
      case preemptive_handler: tmt$preemptive_type of
      = tmc$signal =
        signal_handler: tmt$signal_handler,
      = tmc$system_flag =
        flag_handler: tmt$system_flag_handler,
      casend,
    recend;

*copyc OSD$VIRTUAL_ADDRESS
*copyc TMT$SIGNAL_HANDLER
*copyc TMT$SYSTEM_FLAG_HANDLER
*copyc TMT$PREEMPTIVE_TYPE
*copyc TMT$WAIT_PREEMPTABILITY
