8 lines
116 B
C
8 lines
116 B
C
|
#ifndef __NET_TASK_THREAD_H__
|
||
|
#define __NET_TASK_THREAD_H__
|
||
|
|
||
|
#include "router.h"
|
||
|
|
||
|
void *net_task(void *arg);
|
||
|
|
||
|
#endif
|