15 lines
160 B
C
15 lines
160 B
C
#ifndef TASK_NET_POLL_H
|
|
#define TASK_NET_POLL_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void NetPollTask(void *argument);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|