]> git.karo-electronics.de Git - karo-tx-redboot.git/blob - packages/net/lwip_tcpip/v2_0/include/network.h
b4dd59af74e9593f9506b58efc8d5954d7dea01f
[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>