]> git.ipfire.org Git - thirdparty/u-boot.git/commit
net: nfs: Move most NFS code to common files
authorAndrew Goodbody <andrew.goodbody@linaro.org>
Fri, 12 Dec 2025 11:32:27 +0000 (11:32 +0000)
committerJerome Forissier <jerome.forissier@arm.com>
Thu, 15 Jan 2026 10:09:28 +0000 (11:09 +0100)
commit3bc1197e3d7c54bcbd2dfb481cb4a9ae47f3e8d3
treef8b0473121fa817c6ee75b58a5a70309429230c2
parent046f553fe872317707055dd308a5f0e4baec910a
net: nfs: Move most NFS code to common files

Move most of the NFS code into common files so that it can be used by an
lwIP port of NFS.

Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Andrew Goodbody <andrew.goodbody@linaro.org>
net/Makefile
net/nfs-common.c [new file with mode: 0644]
net/nfs-common.h [new file with mode: 0644]
net/nfs.c
net/nfs.h