]> Git Repo - J-u-boot.git/blob - include/net.h
ARM: dts: stm32: Deduplicate CONFIG_OF_SPL_REMOVE_PROPS on DH STM32MP15xx DHSOM
[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.025054 seconds and 4 git commands to generate.