
{     Type definitions for the dual state control block for cybil cc.
{  Used to reference the dual state control block from the 170 side.

  TYPE
    dst$dscb_cc_d8st_word = packed record
      upper_3_bits: 0 .. 7(8),
      operator_action: boolean,
      next_19_bits: 0 .. 1777777(8),
      nosve_owns_sci_pp: boolean,
      sci_pp_number: 0 .. 7777(8),
      scd_port: 0 .. 77(8),
      scd_pp_number: 0 .. 77(8),
      dfts_load_flag: boolean,
      sci_deadstart_status: 0 .. 37(8),
      next_5_bits: 0 .. 37(8),
      deadstart_nosve: boolean,
    recend;

