summaryrefslogtreecommitdiff
path: root/arch/x86/um/asm/required-features.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/um/asm/required-features.h')
-rw-r--r--arch/x86/um/asm/required-features.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/x86/um/asm/required-features.h b/arch/x86/um/asm/required-features.h
new file mode 100644
index 00000000000..dfb967b2d2f
--- /dev/null
+++ b/arch/x86/um/asm/required-features.h
@@ -0,0 +1,9 @@
+#ifndef __UM_REQUIRED_FEATURES_H
+#define __UM_REQUIRED_FEATURES_H
+
+/*
+ * Nothing to see, just need something for the i386 and x86_64 asm
+ * headers to include.
+ */
+
+#endif