X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Ftimer.h;h=f6add166f87e8d41d080fd15e331686b387d252c;hb=7617d3cee4bd93b90558206b1bb1681c07f0396a;hp=b9f4eb415181d145616186a3c3a83bbeb8a12dca;hpb=6eecf583b522147ef13faabb634562f6f23bb712;p=palacios.git diff --git a/palacios/include/geekos/timer.h b/palacios/include/geekos/timer.h index b9f4eb4..f6add16 100644 --- a/palacios/include/geekos/timer.h +++ b/palacios/include/geekos/timer.h @@ -36,6 +36,7 @@ int Start_Timer_Secs(int seconds, timerCallback cb, void * arg); int Start_Timer_MSecs(int msecs, timerCallback cb, void * arg); int Start_Timer(int ticks, timerCallback, void * arg); + double Get_Remaining_Timer_Secs(int id); int Get_Remaining_Timer_MSecs(int id); int Get_Remaining_Timer_Ticks(int id);