From d93fcfd4e34f675f59a1299ae54d27d770ce38fb Mon Sep 17 00:00:00 2001 From: Adrian Bunk Date: Mon, 14 Apr 2008 17:16:32 +0300 Subject: [PATCH] --- yaml --- r: 91361 b: refs/heads/master c: 5e840eca468135cd9a392da5004e5016a3006d43 h: refs/heads/master i: 91359: 13eb3fc1247c30725078b7e6b371934d159064b9 v: v3 --- [refs] | 2 +- trunk/include/asm-avr32/xor.h | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 trunk/include/asm-avr32/xor.h diff --git a/[refs] b/[refs] index 960ba97aecac..7d17cb907129 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e6bef83af76dc373a27b3e9b617f65daa7dff2f4 +refs/heads/master: 5e840eca468135cd9a392da5004e5016a3006d43 diff --git a/trunk/include/asm-avr32/xor.h b/trunk/include/asm-avr32/xor.h new file mode 100644 index 000000000000..99c87aa0af4f --- /dev/null +++ b/trunk/include/asm-avr32/xor.h @@ -0,0 +1,6 @@ +#ifndef _ASM_XOR_H +#define _ASM_XOR_H + +#include + +#endif