Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51be7a9a authored by Michael S. Tsirkin's avatar Michael S. Tsirkin
Browse files

virtio_mmio: expose header to userspace



It's handy for userspace emulators like QEMU.

Signed-off-by: default avatarMichael S. Tsirkin <mst@redhat.com>
parent c470abd4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -70,7 +70,7 @@
#include <linux/spinlock.h>
#include <linux/virtio.h>
#include <linux/virtio_config.h>
#include <linux/virtio_mmio.h>
#include <uapi/linux/virtio_mmio.h>
#include <linux/virtio_ring.h>


+1 −0
Original line number Diff line number Diff line
@@ -458,6 +458,7 @@ header-y += virtio_console.h
header-y += virtio_gpu.h
header-y += virtio_ids.h
header-y += virtio_input.h
header-y += virtio_mmio.h
header-y += virtio_net.h
header-y += virtio_pci.h
header-y += virtio_ring.h