commit | ddab2c0eaf57b2de0b2516a477e3ce0f7554509b | [log] [tgz] |
---|---|---|
author | Michael S. Tsirkin <mst@redhat.com> | Wed Sep 09 22:03:30 2015 +0300 |
committer | Michael S. Tsirkin <mst@redhat.com> | Wed Sep 09 22:03:30 2015 +0300 |
tree | d1eb57b89a4da9bac367b58739805d3e239f51a7 | |
parent | 997e120843e82609c8d99a9d5714e6cf91e14cbe [diff] [blame] |
tools/virtio: fix build after 4.2 changes more stubs, mostly Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
diff --git a/tools/virtio/linux/export.h b/tools/virtio/linux/export.h new file mode 100644 index 0000000..416875e --- /dev/null +++ b/tools/virtio/linux/export.h
@@ -0,0 +1,3 @@ +#define EXPORT_SYMBOL_GPL(sym) extern typeof(sym) sym +#define EXPORT_SYMBOL(sym) extern typeof(sym) sym +