repo.or.cz
/
cris-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xtensa: fix high memory/reserved memory collision
[cris-mirror.git]
/
include
/
linux
/
blk-mq-pci.h
blob
6338551e0fb9308fc43994353f96d6b6df235c3d
1
/* SPDX-License-Identifier: GPL-2.0 */
2
#ifndef _LINUX_BLK_MQ_PCI_H
3
#define _LINUX_BLK_MQ_PCI_H
4
5
struct
blk_mq_tag_set
;
6
struct
pci_dev
;
7
8
int
blk_mq_pci_map_queues
(
struct
blk_mq_tag_set
*
set
,
struct
pci_dev
*
pdev
);
9
10
#endif
/* _LINUX_BLK_MQ_PCI_H */