Files

9 lines
176 B
C

#include <devices/timer.h>
extern void dotimer(ULONG,ULONG,struct timeval *);
void timer(long clock[2])
{
dotimer(UNIT_VBLANK,TR_GETSYSTIME,(struct timeval *)&clock[0]);
}