Merge branches 'acpica-fixes', 'acpi-pci-fixes' and 'acpi-apei-fixes'
[cascardo/linux.git] / include / linux / blk-mq-pci.h
1 #ifndef _LINUX_BLK_MQ_PCI_H
2 #define _LINUX_BLK_MQ_PCI_H
3
4 struct blk_mq_tag_set;
5 struct pci_dev;
6
7 int blk_mq_pci_map_queues(struct blk_mq_tag_set *set, struct pci_dev *pdev);
8
9 #endif /* _LINUX_BLK_MQ_PCI_H */