]> git.droids-corp.org - dpdk.git/blobdiff - drivers/common/mlx5/windows/mlx5_common_os.h
common/mlx5: add alloc/dealloc PD on Windows
[dpdk.git] / drivers / common / mlx5 / windows / mlx5_common_os.h
index 2abdb2c3ae6e91126fe6e65c9355b346044428e3..f47351ec41f8c8ca00225a13f829fe6bf9ab0945 100644 (file)
@@ -139,4 +139,7 @@ mlx5_os_get_umem_id(void *umem)
                return 0;
        return ((struct mlx5_devx_umem *)umem)->umem_id;
 }
+
+void *mlx5_os_alloc_pd(void *ctx);
+int mlx5_os_dealloc_pd(void *pd);
 #endif /* RTE_PMD_MLX5_COMMON_OS_H_ */