1#ifndef LWIP_NETIO_H
2#define LWIP_NETIO_H
3
4void netio_init(void);
5
6#endif /* LWIP_NETIO_H */
7