mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 10:36:45 +07:00
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 */
|