net/arp: Remove nuttx/net/arp.h

1.move ARPHRD_ETHER to netinet/arp.h
1.move arp_entry_s to net/arp/arp.h
2.move arp_input to nuttx/net/netdev.h

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2022-12-16 22:10:59 +02:00
committed by Petro Karashchenko
parent 453a1a7332
commit d5689e070b
72 changed files with 66 additions and 221 deletions
-1
View File
@@ -67,7 +67,6 @@
#include <nuttx/wqueue.h>
#include <nuttx/net/net.h>
#include <nuttx/net/netdev.h>
#include <nuttx/net/arp.h>
#include <nuttx/net/pkt.h>
#include "sim_internal.h"