]>
Commit | Line | Data |
---|---|---|
f739fcd8 | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
2d966958 WD |
2 | |
3 | #ifndef __NET_H__ | |
4 | #define __NET_H__ | |
5 | ||
1d5d292b | 6 | #include <net-common.h> |
2d966958 | 7 | |
1d5d292b JF |
8 | #if defined(CONFIG_NET_LWIP) |
9 | #include <net-lwip.h> | |
fc054d56 | 10 | #else |
1d5d292b | 11 | #include <net-legacy.h> |
fe389a82 | 12 | #endif |
f01c961e | 13 | |
2d966958 | 14 | #endif /* __NET_H__ */ |