]> Git Repo - J-u-boot.git/blame - include/net.h
Merge tag 'u-boot-imx-master-20250127' of https://gitlab.denx.de/u-boot/custodians...
[J-u-boot.git] / include / net.h
CommitLineData
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__ */
This page took 0.889888 seconds and 5 git commands to generate.