
  TYPE
    pmt$cpu_data = RECORD
      binary_attributes: pmt$binary_cpu_attributes,
      attributes: pmt$cpu_attributes,
      pseudo_model_number: ARRAY [0 .. osc$maximum_processor_number] OF ost$processor_model_number,
    RECEND;

*copyc pmt$binary_cpu_attributes
*copyc pmt$cpu_attributes
*copyc ost$processor_model_number
