Files
xiuos/Ubiquitous/XiUOS/resources/ethernet/cmd_lwip/lwip_demo.h
T
wlyu 877ef9e221 1. fixed IRQ interrupt
2. changed lwip test command
3. merge dns and ping command
4. change test to cmd_lwip
2022-01-07 13:56:54 +08:00

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__ */