Re: [PATCHv10 15/15] net/lwip: split net.h to net.h, arp.h and eth.h

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 03:46, Maxim Uvarov wrote: > > current net.h has ethernet and protocol definitions. Protocol definitions > overlap with lwIP protocol definitions and net.h can not be included from > lwIP code. Splitting on logical blocks makes that work. > > Signed-off-by: Maxim Uvarov >

[PATCHv10 15/15] net/lwip: split net.h to net.h, arp.h and eth.h

2023-09-26 Thread Maxim Uvarov
current net.h has ethernet and protocol definitions. Protocol definitions overlap with lwIP protocol definitions and net.h can not be included from lwIP code. Splitting on logical blocks makes that work. Signed-off-by: Maxim Uvarov --- include/net.h | 189