Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

virtio: make it self-contained

virtio.h uses struct module, add a forward declaration to
make the header self-contained.

Message-ID: <9171b5cac60793eb59ab044c96ee038bf1363bee.1764873799.git.mst@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

+2
+2
include/linux/virtio.h
··· 13 13 #include <linux/completion.h> 14 14 #include <linux/virtio_features.h> 15 15 16 + struct module; 17 + 16 18 /** 17 19 * struct virtqueue - a queue to register buffers for sending or receiving. 18 20 * @list: the chain of virtqueues for this device