aboutsummaryrefslogtreecommitdiffstats
path: root/timer.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-01 06:45:30 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-06-01 06:45:30 +0000
commit8dc94dba6511b8db40c0e209b0ea595052650a21 (patch)
tree1ae7db249d5ad89d18cf9422abfeb034139f5c35 /timer.c
parenta581675c3951031bdc1b71fa654d0dadcc191397 (diff)
downloadlcd4linux-8dc94dba6511b8db40c0e209b0ea595052650a21.tar.gz
[lcd4linux @ 2004-06-01 06:45:28 by reinelt]
some Fixme's processed documented some code git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@456 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'timer.c')
-rw-r--r--timer.c17
1 files changed, 14 insertions, 3 deletions
diff --git a/timer.c b/timer.c
index ed98783..6d478d0 100644
--- a/timer.c
+++ b/timer.c
@@ -1,4 +1,4 @@
-/* $Id: timer.c,v 1.6 2004/03/03 04:44:16 reinelt Exp $
+/* $Id: timer.c,v 1.7 2004/06/01 06:45:30 reinelt Exp $
*
* generic timer handling
*
@@ -21,6 +21,11 @@
*
*
* $Log: timer.c,v $
+ * Revision 1.7 2004/06/01 06:45:30 reinelt
+ *
+ * some Fixme's processed
+ * documented some code
+ *
* Revision 1.6 2004/03/03 04:44:16 reinelt
* changes (cosmetics?) to the big patch from Martin
* hash patch un-applied
@@ -51,8 +56,14 @@
/*
* exported functions:
*
- * int timer_junk(void)
- * Fixme: document me :-(
+ * int timer_add (void(*callback)(void *data), void *data, int interval, int one_shot);
+ * adds a timer to the queue
+ *
+ * int timer_process (struct timespec *delay);
+ * process timer queue
+ *
+ * void timer_exit();
+ * release all timers
*
*/