forked from xuos/xiuos
877ef9e221
2. changed lwip test command 3. merge dns and ping command 4. change test to cmd_lwip
7 lines
116 B
C
Executable File
7 lines
116 B
C
Executable File
#ifndef __LWIP_DEMO_H__
|
|
#define __LWIP_DEMO_H__
|
|
|
|
void *eth_input_thread(void *param);
|
|
|
|
#endif /* __LWIP_DEMO_H__ */
|