Search
lxdream.org :: lxdream/test/timer.h
lxdream 0.9.1
released Jun 29
Download Now
filename test/timer.h
changeset 225:e5cea6125580
next262:bc96e0b79308
author nkeynes
date Thu Dec 14 11:58:18 2006 +0000 (17 years ago)
permissions -rw-r--r--
last change Add 2-second offset to LBA addresses. Strangely enough needed to make
anything actually work.
view annotate diff log raw
     2 void timer_start();
     3 long timer_gettime();
     4 long timer_stop();
     5 long timer_to_microsecs( long value );
.