m32r: introduce asm/swab.h
[pandora-kernel.git] / include / asm-m32r / swab.h
diff --git a/include/asm-m32r/swab.h b/include/asm-m32r/swab.h
new file mode 100644 (file)
index 0000000..97973e1
--- /dev/null
@@ -0,0 +1,10 @@
+#ifndef _ASM_M32R_SWAB_H
+#define _ASM_M32R_SWAB_H
+
+#include <asm/types.h>
+
+#if !defined(__STRICT_ANSI__) || defined(__KERNEL__)
+#  define __SWAB_64_THRU_32__
+#endif
+
+#endif /* _ASM_M32R_SWAB_H */