#ifndef TASK_NET_POLL_H #define TASK_NET_POLL_H #ifdef __cplusplus extern "C" { #endif void NetPollTask(void *argument); #ifdef __cplusplus } #endif #endif