mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 00:48:50 +00:00
6353599813
This file has no copyright notice, but was added as part of a commit adding another file using the default kernel GPLv2 license. Add a matching SPDX tag. Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>
11 lines
273 B
C
11 lines
273 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _LINUX_BLK_MQ_RDMA_H
|
|
#define _LINUX_BLK_MQ_RDMA_H
|
|
|
|
struct blk_mq_tag_set;
|
|
struct ib_device;
|
|
|
|
int blk_mq_rdma_map_queues(struct blk_mq_queue_map *map,
|
|
struct ib_device *dev, int first_vec);
|
|
|
|
#endif /* _LINUX_BLK_MQ_RDMA_H */
|