]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_net/rte_arp.h
net: add compat headers without rte prefix
[dpdk.git] / lib / librte_net / rte_arp.h
index f17c529722fd386f38e9da55b5e43a2779df7df1..3e8df288948cefbbc84cf85c529031f5f220d32c 100644 (file)
 #include <stdint.h>
 #include <rte_ether.h>
 
+#ifndef RTE_NET_NO_COMPAT
+#include <rte_arp_compat.h>
+#endif
+
 #ifdef __cplusplus
 extern "C" {
 #endif