[IP][LWIP][TCPIP] Move ip and lwip libraries to drivers/network/tcpip

These libraries are used only inside tcpip.sys driver so move them close
to it.
This commit is contained in:
Victor Perevertkin 2023-01-30 23:08:38 +03:00
parent 6c2df5a199
commit 1734f29721
186 changed files with 29 additions and 37 deletions

View file

@ -16,7 +16,7 @@
#include <lock.h>
#include <interface.h>
#include <fileobjs.h>
#include <chew/chew.h>
#include "chew.h"
#include <pseh/pseh2.h>
#include <psdk/ipexport.h>