changeset 2266:c2ed1e5742ed

sleep stuff moved to linux/timertimer-lx.c
author arpi
date Fri, 19 Oct 2001 00:16:13 +0000
parents 8826be64fdbf
children 3df32dabe98c
files linux/timer.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/linux/timer.h	Fri Oct 19 00:15:49 2001 +0000
+++ b/linux/timer.h	Fri Oct 19 00:16:13 2001 +0000
@@ -4,3 +4,5 @@
 //int uGetTimer();
 float GetRelativeTime();
 
+int usec_sleep(int usec_delay);
+