Diff for /libelwix/inc/elwix/atime.h between versions 1.2 and 1.3

version 1.2, 2013/03/07 16:24:32 version 1.3, 2013/06/19 00:11:16
Line 55  SUCH DAMAGE. Line 55  SUCH DAMAGE.
  */   */
 time_t time_Parse(const char *csTime);  time_t time_Parse(const char *csTime);
   
   /*
    * time_rdtsc() - Get TSC timer value from CPU
    *
    * return: TSC in nanoseconds
    */
   uint64_t time_rdtsc(void);
   
   
 #endif  #endif

Removed from v.1.2  
changed lines
  Added in v.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>