forked from mirrors/linux
		
	 6353599813
			
		
	
	
		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 */
 |