00001 #ifndef __UTIL_PERIODIC_H__ 00002 #define __UTIL_PERIODIC_H__ 00003 00004 #include "util_timeval.h" 00005 00006 void spin_periodic_call(const struct timeval *p_t0, const struct timeval *p_t1, 00007 const struct timeval *p_tick, void (*cb_func)(void *), void * cb_param); 00008 00009 #endif // __UTIL_PERIODIC_H__