]> git.ipfire.org Git - thirdparty/u-boot.git/blob - include/net.h
Merge tag 'efi-2025-07-rc6' of https://source.denx.de/u-boot/custodians/u-boot-efi
[thirdparty/u-boot.git] / include / net.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2
3 #ifndef __NET_H__
4 #define __NET_H__
5
6 #include <net-common.h>
7
8 #if defined(CONFIG_NET_LWIP)
9 #include <net-lwip.h>
10 #else
11 #include <net-legacy.h>
12 #endif
13
14 #endif /* __NET_H__ */