annotate linux/timer.h @ 2467:1e0a75f83c9c

I was wrong: test didn't work changed "test !" to simpler constructions where used added a : which avoided compilation
author pl
date Thu, 25 Oct 2001 13:32:48 +0000
parents c2ed1e5742ed
children 7bb8f7905000
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
2 void InitTimer();
99
fb1fc94eaff0 removed redundancy...
arpi_esp
parents: 1
diff changeset
3 unsigned int GetTimer();
1
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
4 //int uGetTimer();
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
5 float GetRelativeTime();
3b5f5d1c5041 Initial revision
arpi_esp
parents:
diff changeset
6
2266
c2ed1e5742ed sleep stuff moved to linux/timertimer-lx.c
arpi
parents: 99
diff changeset
7 int usec_sleep(int usec_delay);
c2ed1e5742ed sleep stuff moved to linux/timertimer-lx.c
arpi
parents: 99
diff changeset
8