On 12/12/25 12:32, Andrew Goodbody wrote: > Move the net_state variable into common code so that it can be used by > either the legacy network code or lwIP. This is needed for porting > across the NFS support code for use with lwIP. > > Signed-off-by: Andrew Goodbody <[email protected]> > --- > include/net-common.h | 17 +++++++++++++++++ > include/net-legacy.h | 17 ----------------- > net/net-common.c | 3 +++ > net/net.c | 2 -- > 4 files changed, 20 insertions(+), 19 deletions(-)
Reviewed-by: Jerome Forissier <[email protected]> Thanks, -- Jerome

