diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-12-15 23:47:07 +0200 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-15 23:49:19 +0200 |
commit | 2d7ce0e8a704d1aedc4462817a4eade1c3b00fbe (patch) | |
tree | 2a1bbc31ee8c6c8fd11e62c5923245d9c9153ba7 /tools/virtio/uapi | |
parent | d71de9ec6ba806104439d3a669befda84757b5af (diff) |
tools/virtio: more stubs
As usual, add more stubs to fix test build after main
codebase changes.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio/uapi')
-rw-r--r-- | tools/virtio/uapi/linux/virtio_types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtio/uapi/linux/virtio_types.h b/tools/virtio/uapi/linux/virtio_types.h new file mode 100644 index 000000000000..e7a1096e7c97 --- /dev/null +++ b/tools/virtio/uapi/linux/virtio_types.h @@ -0,0 +1 @@ +#include "../../include/uapi/linux/virtio_types.h" |