summaryrefslogtreecommitdiff
path: root/tools/include/asm/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/include/asm/export.h')
-rw-r--r--tools/include/asm/export.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/include/asm/export.h b/tools/include/asm/export.h
new file mode 100644
index 000000000000..2cb1a0d83035
--- /dev/null
+++ b/tools/include/asm/export.h
@@ -0,0 +1,7 @@
+#ifndef _TOOLS_ASM_EXPORT_H
+#define _TOOLS_ASM_EXPORT_H
+
+#define EXPORT_SYMBOL(x)
+#define EXPORT_SYMBOL_GPL(x)
+
+#endif /* _TOOLS_ASM_EXPORT_H */