Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
50f0c5464ca4c4fe1f4e7c25ca17864c2fadff84
/
.
/
include
/
net.h
blob: afa46f239ee0594c802aee089f1b08749276b8b7 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef
__NET_H__
#define
__NET_H__
#include
<net-common.h>
#if defined(CONFIG_NET_LWIP)
#include
<net-lwip.h>
#else
#include
<net-legacy.h>
#endif
#endif
/* __NET_H__ */