提交 51be7a9a 编写于 作者: M Michael S. Tsirkin

virtio_mmio: expose header to userspace

It's handy for userspace emulators like QEMU.
Signed-off-by: NMichael S. Tsirkin <mst@redhat.com>
上级 c470abd4
......@@ -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>
......
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册