net/mlx5: workaround ASO memory region creation
[dpdk.git] / drivers / common / mlx5 / linux / mlx5_common_os.h
index d1c7e3d..72d6bf8 100644 (file)
@@ -288,4 +288,9 @@ mlx5_os_free(void *addr)
 {
        free(addr);
 }
+
+__rte_internal
+struct ibv_device *
+mlx5_os_get_ibv_device(struct rte_pci_addr *addr);
+
 #endif /* RTE_PMD_MLX5_COMMON_OS_H_ */