]> Git Repo - J-linux.git/blob - include/linux/blk-mq-virtio.h
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[J-linux.git] / include / linux / blk-mq-virtio.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef _LINUX_BLK_MQ_VIRTIO_H
3 #define _LINUX_BLK_MQ_VIRTIO_H
4
5 struct blk_mq_queue_map;
6 struct virtio_device;
7
8 void blk_mq_virtio_map_queues(struct blk_mq_queue_map *qmap,
9                 struct virtio_device *vdev, int first_vec);
10
11 #endif /* _LINUX_BLK_MQ_VIRTIO_H */
This page took 0.026837 seconds and 4 git commands to generate.