]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blame - include/linux/blk-mq-pci.h
Merge tag 'csky-for-linus-5.2-fixup-gcc-unwind' of git://github.com/c-sky/csky-linux
[mirror_ubuntu-eoan-kernel.git] / include / linux / blk-mq-pci.h
CommitLineData
b2441318 1/* SPDX-License-Identifier: GPL-2.0 */
973c4e37
CH
2#ifndef _LINUX_BLK_MQ_PCI_H
3#define _LINUX_BLK_MQ_PCI_H
4
ed76e329 5struct blk_mq_queue_map;
973c4e37
CH
6struct pci_dev;
7
ed76e329 8int blk_mq_pci_map_queues(struct blk_mq_queue_map *qmap, struct pci_dev *pdev,
f23f5bec 9 int offset);
973c4e37
CH
10
11#endif /* _LINUX_BLK_MQ_PCI_H */