#ifndef _TASK_TYPES_H #define _TASK_TYPES_H enum TASK_MODE { TASK_MODE_ONCE, TASK_MODE_PERIOD }; #endif