#ifndef __TIMER_TASK_H__ #define __TIMER_TASK_H__ //void *TimerTask( void *pvParameters ); void TimerTask( int signo ); #endif