mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 05:20:49 +07: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 */
|