
  FUNCTION [INLINE] cmp$support_redundant_channel
    (    controller_type: cmt$controller_type): boolean;

?? PUSH (LISTEXT := ON) ??

    cmp$support_redundant_channel := (controller_type = cmc$ms5831_x) OR
          (controller_type = cmc$msntdc_1) OR
          (controller_type = cmc$msntdc_2) OR
          (controller_type = cmc$ms7155_1) OR
          (controller_type = cmc$mt5698_xx) OR
          (controller_type = cmc$ms7155_1x) OR
          (controller_type = cmc$mscm3_ct) OR
          (controller_type = cmc$ms7154_x) OR
          (controller_type = cmc$ms7255_1_1) OR
          (controller_type = cmc$ms7255_1_2) OR
          (controller_type = cmc$mt5680_xx);

  FUNCEND cmp$support_redundant_channel;

*copyc cmt$controller_type
?? POP ??

