Changeset bb566a02 in rtems for c/src/ada


Ignore:
Timestamp:
07/10/97 20:24:00 (26 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
372a382a
Parents:
0b172df9
Message:

Reordered specs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/ada/rtems.ads

    r0b172df9 rbb566a02  
    737737   ) return RTEMS.Unsigned32;
    738738
     739   function Microseconds_To_Ticks (
     740      Microseconds : RTEMS.Unsigned32
     741   ) return RTEMS.Interval;
     742
    739743   function Milliseconds_To_Ticks (
    740744      Milliseconds : RTEMS.Unsigned32
    741    ) return RTEMS.Interval;
    742 
    743    function Microseconds_To_Ticks (
    744       Microseconds : RTEMS.Unsigned32
    745745   ) return RTEMS.Interval;
    746746
Note: See TracChangeset for help on using the changeset viewer.