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