]> Git Repo - J-u-boot.git/blob - include/net.h
Merge tag 'u-boot-stm32-20241017' of https://source.denx.de/u-boot/custodians/u-boot-stm
[J-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__ */
This page took 0.025057 seconds and 4 git commands to generate.