X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Fnode%2Fethdev_tx_priv.h;h=93744df56afb54cd6f603144a70dbf850b39c2d6;hb=a2dfcd1ff609f5a4fd3b65774618a35c5c9f73c6;hp=586bff44a737cc48cf2cc735e22bf04994533b62;hpb=99a2dd955fba6e4cc23b77d590a033650ced9c45;p=dpdk.git diff --git a/lib/node/ethdev_tx_priv.h b/lib/node/ethdev_tx_priv.h index 586bff44a7..93744df56a 100644 --- a/lib/node/ethdev_tx_priv.h +++ b/lib/node/ethdev_tx_priv.h @@ -4,10 +4,6 @@ #ifndef __INCLUDE_ETHDEV_TX_PRIV_H__ #define __INCLUDE_ETHDEV_TX_PRIV_H__ -#ifdef __cplusplus -extern "C" { -#endif - struct ethdev_tx_node_ctx; typedef struct ethdev_tx_node_ctx ethdev_tx_node_ctx_t; @@ -50,13 +46,9 @@ struct ethdev_tx_node_main *ethdev_tx_node_data_get(void); * * Get the Ethernet Tx node. * - * @retrun + * @return * Pointer to the Ethernet Tx node. */ struct rte_node_register *ethdev_tx_node_get(void); -#ifdef __cplusplus -} -#endif - #endif /* __INCLUDE_ETHDEV_TX_PRIV_H__ */