]> git.droids-corp.org - dpdk.git/blobdiff - lib/ethdev/ethdev_driver.h
lib: remove C++ include guard from private headers
[dpdk.git] / lib / ethdev / ethdev_driver.h
index 40e474aa7e7f7f29916e5bf339f06e8137edde71..cc2c75261c45404b709fcea3bd3a4ee488eef99b 100644 (file)
 
 #include <rte_ethdev.h>
 
-#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_ */