summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Goodbody <[email protected]>2025-12-12 11:32:28 +0000
committerJerome Forissier <[email protected]>2026-01-15 11:09:28 +0100
commit230cf3bc277622081b27e33469f5f1f59fc48180 (patch)
tree19774c8e3c55d29cd799c78bbdb903e90d429b6a /include
parent3bc1197e3d7c54bcbd2dfb481cb4a9ae47f3e8d3 (diff)
net: lwip: nfs: Port the NFS code to work with lwIP
After the preparatory patches moved most of the NFS code into common files we now add the code to enable NFS support with lwIP. Signed-off-by: Andrew Goodbody <[email protected]> Acked-by: Jerome Forissier <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/net-lwip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net-lwip.h b/include/net-lwip.h
index c910def5719..20cb0992cce 100644
--- a/include/net-lwip.h
+++ b/include/net-lwip.h
@@ -51,6 +51,7 @@ int net_lwip_dns_resolve(char *name_or_ip, ip_addr_t *ip);
bool wget_validate_uri(char *uri);
int do_dns(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
+int do_nfs(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]);
int do_wget(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[]);
#endif /* __NET_LWIP_H__ */