/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __NET_H__ #define __NET_H__ #include #if defined(CONFIG_NET_LWIP) #include #else #include #endif #endif /* __NET_H__ */