X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fethdev%2Fethdev_driver.h;fp=lib%2Fethdev%2Fethdev_driver.h;h=cc2c75261c45404b709fcea3bd3a4ee488eef99b;hb=7a335720575507f55b723b1e10bfea7daeba1386;hp=40e474aa7e7f7f29916e5bf339f06e8137edde71;hpb=03c841403b8326b9d9f0be830b29b9ebbd5728d2;p=dpdk.git diff --git a/lib/ethdev/ethdev_driver.h b/lib/ethdev/ethdev_driver.h index 40e474aa7e..cc2c75261c 100644 --- a/lib/ethdev/ethdev_driver.h +++ b/lib/ethdev/ethdev_driver.h @@ -17,10 +17,6 @@ #include -#ifdef __cplusplus -extern "C" { -#endif - /**< @internal Declaration of the hairpin peer queue information structure. */ struct rte_hairpin_peer_info; @@ -1513,8 +1509,4 @@ struct rte_eth_tunnel_filter_conf { uint16_t queue_id; /**< Queue assigned to if match. */ }; -#ifdef __cplusplus -} -#endif - #endif /* _RTE_ETHDEV_DRIVER_H_ */