printf: Remove unused 'bprintf'
[drm/drm-misc.git] / drivers / infiniband / sw / rdmavt / pd.h
blob552adaeb371f0e25270cbdcac9b07a556866f9d6
1 /* SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause */
2 /*
3 * Copyright(c) 2016 Intel Corporation.
4 */
6 #ifndef DEF_RDMAVTPD_H
7 #define DEF_RDMAVTPD_H
9 #include <rdma/rdma_vt.h>
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);
14 #endif /* DEF_RDMAVTPD_H */