
{ This represents the values attainable by the cyber 180 microsecond clock.

  TYPE
    ost$free_running_clock = 0 .. osc$free_running_clock_maximum;

  CONST
*IF NOT $true(osv$unix)
    osc$free_running_clock_maximum = 0ffffffffffff(16);
*ELSE
    osc$free_running_clock_maximum = 7fffffff(16);
*IFEND

