X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fmlx5%2Frte_pmd_mlx5.h;h=fc37a386db86aaa71534c266d78b0309a0313cbd;hb=8e83ba285abe4341b7666927d3fc265b35446c06;hp=e531e527b67cc8e936dee84a4cc06279fd352979;hpb=23f627e0ed28ceb7da97ab490fd032529793e097;p=dpdk.git diff --git a/drivers/net/mlx5/rte_pmd_mlx5.h b/drivers/net/mlx5/rte_pmd_mlx5.h index e531e527b6..fc37a386db 100644 --- a/drivers/net/mlx5/rte_pmd_mlx5.h +++ b/drivers/net/mlx5/rte_pmd_mlx5.h @@ -13,6 +13,10 @@ * dynamic flags. */ +#ifdef __cplusplus +extern "C" { +#endif + #define RTE_PMD_MLX5_FINE_GRANULARITY_INLINE "mlx5_fine_granularity_inline" /** @@ -57,4 +61,8 @@ int rte_pmd_mlx5_get_dyn_flag_names(char *names[], unsigned int n); __rte_experimental int rte_pmd_mlx5_sync_flow(uint16_t port_id, uint32_t domains); +#ifdef __cplusplus +} +#endif + #endif