mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
973c4e372c
Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@fb.com>
10 lines
208 B
C
10 lines
208 B
C
#ifndef _LINUX_BLK_MQ_PCI_H
|
|
#define _LINUX_BLK_MQ_PCI_H
|
|
|
|
struct blk_mq_tag_set;
|
|
struct pci_dev;
|
|
|
|
int blk_mq_pci_map_queues(struct blk_mq_tag_set *set, struct pci_dev *pdev);
|
|
|
|
#endif /* _LINUX_BLK_MQ_PCI_H */
|