aboutsummaryrefslogtreecommitdiffstats
path: root/timer.h
diff options
context:
space:
mode:
authorreinelt <>2004-06-01 06:45:30 +0000
committerreinelt <>2004-06-01 06:45:30 +0000
commit2a20041898d6b51ccf403634f948cade5360bca7 (patch)
tree1ae7db249d5ad89d18cf9422abfeb034139f5c35 /timer.h
parent8ef3a4011f3b4e571a113ac6b0bab6616ea2e7b4 (diff)
downloadlcd4linux-2a20041898d6b51ccf403634f948cade5360bca7.tar.gz
[lcd4linux @ 2004-06-01 06:45:28 by reinelt]
some Fixme's processed documented some code
Diffstat (limited to 'timer.h')
-rw-r--r--timer.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/timer.h b/timer.h
index 80b5695..4f54676 100644
--- a/timer.h
+++ b/timer.h
@@ -1,4 +1,4 @@
-/* $Id: timer.h,v 1.2 2004/03/03 03:47:04 reinelt Exp $
+/* $Id: timer.h,v 1.3 2004/06/01 06:45:30 reinelt Exp $
*
* generic timer handling
*
@@ -23,6 +23,11 @@
*
*
* $Log: timer.h,v $
+ * Revision 1.3 2004/06/01 06:45:30 reinelt
+ *
+ * some Fixme's processed
+ * documented some code
+ *
* Revision 1.2 2004/03/03 03:47:04 reinelt
* big patch from Martin Hejl:
* - use qprintf() where appropriate
@@ -43,4 +48,5 @@
int timer_add (void(*callback)(void *data), void *data, int interval, int one_shot);
int timer_process (struct timespec *delay);
void timer_exit();
+
#endif