summaryrefslogtreecommitdiffstats
path: root/include/asm-m32r/swab.h
diff options
context:
space:
mode:
authorHarvey Harrison <harvey.harrison@gmail.com>2009-01-06 23:56:33 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-07 03:10:28 +0100
commitf15d411ad9986185303b556e0f5e7acafc4ef223 (patch)
tree454789e2d54d67a1a21371e581c7524cd76c1e93 /include/asm-m32r/swab.h
parentm68knommu: introduce asm/swab.h (diff)
downloadlinux-f15d411ad9986185303b556e0f5e7acafc4ef223.tar.xz
linux-f15d411ad9986185303b556e0f5e7acafc4ef223.zip
m32r: introduce asm/swab.h
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
-rw-r--r--include/asm-m32r/swab.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/asm-m32r/swab.h b/include/asm-m32r/swab.h
new file mode 100644
index 000000000000..97973e101825
--- /dev/null
+++ b/include/asm-m32r/swab.h
@@ -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 */