bond: fix headers for C++
[dpdk.git] / lib / librte_pmd_bond / rte_eth_bond_private.h
index e01e66b..3da5a9e 100644 (file)
 #ifndef _RTE_ETH_BOND_PRIVATE_H_
 #define _RTE_ETH_BOND_PRIVATE_H_
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #include <rte_ethdev.h>
 #include <rte_spinlock.h>
 
@@ -276,8 +272,4 @@ int
 bond_ethdev_parse_time_ms_kvarg(const char *key __rte_unused,
                const char *value, void *extra_args);
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif