Select the types of activity you want to include in your feed.
1#ifndef _LINUX_BLK_MQ_VIRTIO_H 2#define _LINUX_BLK_MQ_VIRTIO_H 3 4struct blk_mq_tag_set; 5struct virtio_device; 6 7int blk_mq_virtio_map_queues(struct blk_mq_tag_set *set, 8 struct virtio_device *vdev, int first_vec); 9 10#endif /* _LINUX_BLK_MQ_VIRTIO_H */