eqemu

diff src/timer.h @ 2:48dce4ee4850

the fake device is working
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 15 Jul 2014 14:37:51 +0300
parents
children e9ab4861536d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/timer.h	Tue Jul 15 14:37:51 2014 +0300
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef TIMER_H_
     1.5 +#define TIMER_H_
     1.6 +
     1.7 +unsigned long get_msec();
     1.8 +
     1.9 +#endif	/* TIMER_H_ */