mirror of
https://github.com/cahirwpz/libnix.git
synced 2025-12-08 14:58:56 +00:00
9 lines
176 B
C
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]);
|
|
}
|