diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2014-12-16 00:47:07 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-12-16 00:49:19 +0300 |
commit | 2d7ce0e8a704d1aedc4462817a4eade1c3b00fbe (patch) | |
tree | 2a1bbc31ee8c6c8fd11e62c5923245d9c9153ba7 /tools/virtio/linux/virtio.h | |
parent | d71de9ec6ba806104439d3a669befda84757b5af (diff) | |
download | linux-2d7ce0e8a704d1aedc4462817a4eade1c3b00fbe.tar.xz |
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/linux/virtio.h')
-rw-r--r-- | tools/virtio/linux/virtio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/virtio/linux/virtio.h b/tools/virtio/linux/virtio.h index 8eb6421761cd..a3e07016a440 100644 --- a/tools/virtio/linux/virtio.h +++ b/tools/virtio/linux/virtio.h @@ -6,6 +6,7 @@ /* TODO: empty stubs for now. Broken but enough for virtio_ring.c */ #define list_add_tail(a, b) do {} while (0) #define list_del(a) do {} while (0) +#define list_for_each_entry(a, b, c) while (0) /* end of stubs */ struct virtio_device { |