summaryrefslogtreecommitdiff
path: root/tools/virtio/linux/export.h
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2013-03-18 06:52:19 +0400
committerRusty Russell <rusty@rustcorp.com.au>2013-03-20 07:30:42 +0400
commit61d0b5a4b2777dcf5daef245e212b3c1fa8091ca (patch)
tree647f8fd729d5400341e5701d0d1eb668aad97f89 /tools/virtio/linux/export.h
parenta9a0fef779074838230e04a322fd2bdc921f4f4f (diff)
downloadlinux-61d0b5a4b2777dcf5daef245e212b3c1fa8091ca.tar.xz
tools/virtio: separate headers more.
This makes them a bit more like the kernel headers, so we can include more real kernel headers in our tests. In addition this means that we don't break tools/virtio with the next patch. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'tools/virtio/linux/export.h')
-rw-r--r--tools/virtio/linux/export.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/virtio/linux/export.h b/tools/virtio/linux/export.h
new file mode 100644
index 000000000000..7311d326894a
--- /dev/null
+++ b/tools/virtio/linux/export.h
@@ -0,0 +1,5 @@
+#define EXPORT_SYMBOL(sym)
+#define EXPORT_SYMBOL_GPL(sym)
+#define EXPORT_SYMBOL_GPL_FUTURE(sym)
+#define EXPORT_UNUSED_SYMBOL(sym)
+#define EXPORT_UNUSED_SYMBOL_GPL(sym)