]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbce9ff1f282f187dbf866c7e0c991cce9e14200c
tree647f8fd729d5400341e5701d0d1eb668aad97f89
parent4c0382a01f8e4a3094beea8cb25d904a42cbadb0
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