]> git.kernelconcepts.de Git - karo-tx-redboot.git/blob - packages/net/lwip_tcpip/v2_0/include/network.h
Initial revision
[karo-tx-redboot.git] / packages / net / lwip_tcpip / v2_0 / include / network.h
1 /* network.h for compatibility with the other eCos network stacks */
2
3 #include <lwip/sys.h>           /* lwIP stack includes */
4 #define LWIP_COMPAT_SOCKETS 1
5 #include <lwip/sockets.h>
6 #include <lwip/inet.h>