tools/virtio: separate headers more.
authorRusty Russell <rusty@rustcorp.com.au>
Mon, 18 Mar 2013 02:52:19 +0000 (13:22 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 20 Mar 2013 03:30:42 +0000 (14:00 +1030)
commit61d0b5a4b2777dcf5daef245e212b3c1fa8091ca
tree647f8fd729d5400341e5701d0d1eb668aad97f89
parenta9a0fef779074838230e04a322fd2bdc921f4f4f
tools/virtio: separate headers more.

This makes them a bit more like the kernel headers, so we can include more
real kernel headers in our tests.

In addition this means that we don't break tools/virtio with the next
patch.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
21 files changed:
tools/virtio/asm/barrier.h [new file with mode: 0644]
tools/virtio/linux/bug.h [new file with mode: 0644]
tools/virtio/linux/err.h [new file with mode: 0644]
tools/virtio/linux/export.h [new file with mode: 0644]
tools/virtio/linux/irqreturn.h [new file with mode: 0644]
tools/virtio/linux/kernel.h [new file with mode: 0644]
tools/virtio/linux/module.h
tools/virtio/linux/printk.h [new file with mode: 0644]
tools/virtio/linux/ratelimit.h [new file with mode: 0644]
tools/virtio/linux/scatterlist.h [new file with mode: 0644]
tools/virtio/linux/types.h [new file with mode: 0644]
tools/virtio/linux/uaccess.h [new file with mode: 0644]
tools/virtio/linux/uio.h [new file with mode: 0644]
tools/virtio/linux/virtio.h
tools/virtio/linux/virtio_config.h [new file with mode: 0644]
tools/virtio/linux/virtio_ring.h [new file with mode: 0644]
tools/virtio/linux/vringh.h [new file with mode: 0644]
tools/virtio/uapi/linux/uio.h [new file with mode: 0644]
tools/virtio/uapi/linux/virtio_config.h [new file with mode: 0644]
tools/virtio/uapi/linux/virtio_ring.h [new file with mode: 0644]
tools/virtio/virtio_test.c