diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2015-09-09 22:03:30 +0300 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2015-09-09 22:03:30 +0300 |
commit | ddab2c0eaf57b2de0b2516a477e3ce0f7554509b (patch) | |
tree | d1eb57b89a4da9bac367b58739805d3e239f51a7 /tools/virtio/linux/export.h | |
parent | 997e120843e82609c8d99a9d5714e6cf91e14cbe (diff) | |
download | linux-ddab2c0eaf57b2de0b2516a477e3ce0f7554509b.tar.xz |
tools/virtio: fix build after 4.2 changes
more stubs, mostly
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tools/virtio/linux/export.h')
-rw-r--r-- | tools/virtio/linux/export.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/virtio/linux/export.h b/tools/virtio/linux/export.h new file mode 100644 index 000000000000..416875e29254 --- /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 + |