diff options
Diffstat (limited to 'arch/avr32/include/asm/xor.h')
-rw-r--r-- | arch/avr32/include/asm/xor.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/avr32/include/asm/xor.h b/arch/avr32/include/asm/xor.h new file mode 100644 index 000000000000..99c87aa0af4f --- /dev/null +++ b/arch/avr32/include/asm/xor.h @@ -0,0 +1,6 @@ +#ifndef _ASM_XOR_H +#define _ASM_XOR_H + +#include <asm-generic/xor.h> + +#endif |