#ifndef _DPC_TASK_H_ #define _DPC_TASK_H_ void TaskDpcInit(void); void TaskDpc(void *arg); #endif