You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
293 B
12 lines
293 B
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef _LINUX_BLK_MQ_VIRTIO_H
|
|
#define _LINUX_BLK_MQ_VIRTIO_H
|
|
|
|
struct blk_mq_queue_map;
|
|
struct virtio_device;
|
|
|
|
int blk_mq_virtio_map_queues(struct blk_mq_queue_map *qmap,
|
|
struct virtio_device *vdev, int first_vec);
|
|
|
|
#endif /* _LINUX_BLK_MQ_VIRTIO_H */
|