]> Git Repo - J-linux.git/blob - drivers/infiniband/sw/rdmavt/pd.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / drivers / infiniband / sw / rdmavt / pd.h
1 /* SPDX-License-Identifier: GPL-2.0 or BSD-3-Clause */
2 /*
3  * Copyright(c) 2016 Intel Corporation.
4  */
5
6 #ifndef DEF_RDMAVTPD_H
7 #define DEF_RDMAVTPD_H
8
9 #include <rdma/rdma_vt.h>
10
11 int rvt_alloc_pd(struct ib_pd *pd, struct ib_udata *udata);
12 int rvt_dealloc_pd(struct ib_pd *ibpd, struct ib_udata *udata);
13
14 #endif          /* DEF_RDMAVTPD_H */
This page took 0.029607 seconds and 4 git commands to generate.