00001 #ifndef _TASKS_H_ 00002 #define _TASKS_H_ 00003 00004 void __attribute__((far))heartbeat(taskdata status); 00005 void __attribute__((far))event_poller(taskdata period); 00006 00007 #endif //_TASKS_H_