aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/asm-um/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/xor.h')
-rw-r--r--include/asm-um/xor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-um/xor.h b/include/asm-um/xor.h
new file mode 100644
index 000000000000..a19db3e17241
--- /dev/null
+++ b/include/asm-um/xor.h
@@ -0,0 +1,6 @@
+#ifndef __UM_XOR_H
+#define __UM_XOR_H
+
+#include "asm-generic/xor.h"
+
+#endif