view linux/timer.h @ 4234:0ec1d81c8f94

sorry, i really wanted to add vidix_start and stop as int, to detect if something went into the wrong way (also implement check in vo_xvidix)
author alex
date Fri, 18 Jan 2002 10:41:31 +0000
parents c2ed1e5742ed
children 7bb8f7905000
line wrap: on
line source


void InitTimer();
unsigned int GetTimer();
//int uGetTimer();
float GetRelativeTime();

int usec_sleep(int usec_delay);