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