eqemu

view 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 source
1 #ifndef TIMER_H_
2 #define TIMER_H_
4 unsigned long get_msec();
6 #endif /* TIMER_H_ */