1 /* SPDX-License-Identifier: GPL-2.0 */ << 2 #ifndef _LINUX_BLK_MQ_VIRTIO_H 1 #ifndef _LINUX_BLK_MQ_VIRTIO_H 3 #define _LINUX_BLK_MQ_VIRTIO_H 2 #define _LINUX_BLK_MQ_VIRTIO_H 4 3 5 struct blk_mq_queue_map; !! 4 struct blk_mq_tag_set; 6 struct virtio_device; 5 struct virtio_device; 7 6 8 void blk_mq_virtio_map_queues(struct blk_mq_qu !! 7 int blk_mq_virtio_map_queues(struct blk_mq_tag_set *set, 9 struct virtio_device *vdev, in 8 struct virtio_device *vdev, int first_vec); 10 9 11 #endif /* _LINUX_BLK_MQ_VIRTIO_H */ 10 #endif /* _LINUX_BLK_MQ_VIRTIO_H */ 12 11
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.