Files
u-boot/include
Jerome Forissier 1b2b140e24 net: ping: make do_ping() available via <net.h>
Make the do_ping() function in cmd/net.c a global one by getting rid of
the static qualifier, and move the prototype declaration from net-lwip.h
to net-common.h. This makes the function available to other parts of
U-Boot when CONFIG_NET=y, as was already the case when
CONFIG_NET_LWIP=y.

This is a peparation step to make the sandbox tests use a common API
between NET and NET_LWIP.

Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
(cherry picked from commit 1f907e559d)
2025-05-01 05:56:49 -06:00
..
2025-05-01 05:56:47 -06:00
2025-02-03 04:43:46 -07:00
2025-02-16 14:11:28 +00:00
2025-02-15 19:07:09 -07:00
2025-04-17 09:54:26 -06:00
2025-03-15 08:49:43 +00:00
2025-05-01 05:56:47 -06:00
2025-05-01 05:56:47 -06:00
2025-03-15 08:49:42 +00:00
2025-02-25 16:39:57 -07:00
2025-02-16 14:11:28 +00:00
2025-02-06 23:49:28 +00:00