aboutsummaryrefslogtreecommitdiff
path: root/include/asm-avr32/xor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-avr32/xor.h')
-rw-r--r--include/asm-avr32/xor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asm-avr32/xor.h b/include/asm-avr32/xor.h
new file mode 100644
index 00000000000..99c87aa0af4
--- /dev/null
+++ b/include/asm-avr32/xor.h
@@ -0,0 +1,6 @@
+#ifndef _ASM_XOR_H
+#define _ASM_XOR_H
+
+#include <asm-generic/xor.h>
+
+#endif