mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
ed76e329d7
This is in preparation for allowing multiple sets of maps per queue, if so desired. Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Bart Van Assche <bvanassche@acm.org> Reviewed-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
11 lines
269 B
C
11 lines
269 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _LINUX_BLK_MQ_PCI_H
|
|
#define _LINUX_BLK_MQ_PCI_H
|
|
|
|
struct blk_mq_queue_map;
|
|
struct pci_dev;
|
|
|
|
int blk_mq_pci_map_queues(struct blk_mq_queue_map *qmap, struct pci_dev *pdev,
|
|
int offset);
|
|
|
|
#endif /* _LINUX_BLK_MQ_PCI_H */
|