diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2018-01-26 01:36:40 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-29 12:02:54 -0500 |
commit | 6dd42157830d875bdd3c6fefd05cbcf0875b51e8 (patch) | |
tree | 3aaece5f59c6de5cf71d96c6753f154677d04e7e /tools/virtio/linux/thread_info.h | |
parent | 30f1d370744cc35f26d78a1dd31aeb0e4be93c38 (diff) |
tools/virtio: more stubs to fix tools build
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/virtio/linux/thread_info.h')
-rw-r--r-- | tools/virtio/linux/thread_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtio/linux/thread_info.h b/tools/virtio/linux/thread_info.h new file mode 100644 index 000000000000..e0f610d08006 --- /dev/null +++ b/tools/virtio/linux/thread_info.h @@ -0,0 +1 @@ +#define check_copy_size(A, B, C) (1) |