10 lines
102 B
C
10 lines
102 B
C
|
|
#ifndef _DPC_TASK_H_
|
||
|
|
#define _DPC_TASK_H_
|
||
|
|
|
||
|
|
void TaskDpcInit(void);
|
||
|
|
void TaskDpc(void *arg);
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
#endif
|