summaryrefslogtreecommitdiff
path: root/etimer.h
blob: 14fb319326e6bdd9805adaeae1ec16d3b2bdbdb2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _HAVE_ELOCK_TIMER_H
#define _HAVE_ELOCK_TIMER_H

/*
 *	ELOCK TIMER LIBRARY
 *	by Philippe "Puppet_Master" Caseiro
 *	05/07/2005
 *	0.01
 *	
 */

	
static int timer_one_cb(void *data)
static int timer_two_cb(void *data)

#endif