diff options
| author | Harvey Harrison <harvey.harrison@gmail.com> | 2009-01-06 17:56:33 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 21:10:28 -0500 |
| commit | f15d411ad9986185303b556e0f5e7acafc4ef223 (patch) | |
| tree | 454789e2d54d67a1a21371e581c7524cd76c1e93 | |
| parent | 231cc432f4d684b8c75d9a8e0654c51b9d6ed341 (diff) | |
m32r: introduce asm/swab.h
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
| -rw-r--r-- | include/asm-m32r/Kbuild | 1 | ||||
| -rw-r--r-- | include/asm-m32r/byteorder.h | 7 | ||||
| -rw-r--r-- | include/asm-m32r/swab.h | 10 |
3 files changed, 12 insertions, 6 deletions
diff --git a/include/asm-m32r/Kbuild b/include/asm-m32r/Kbuild index c68e1680da01..27b108a86b39 100644 --- a/include/asm-m32r/Kbuild +++ b/include/asm-m32r/Kbuild | |||
| @@ -1 +1,2 @@ | |||
| 1 | include include/asm-generic/Kbuild.asm | 1 | include include/asm-generic/Kbuild.asm |
| 2 | unifdef-y += swab.h | ||
diff --git a/include/asm-m32r/byteorder.h b/include/asm-m32r/byteorder.h index 10b2c1d11614..61ff9cfd8451 100644 --- a/include/asm-m32r/byteorder.h +++ b/include/asm-m32r/byteorder.h | |||
| @@ -1,12 +1,7 @@ | |||
| 1 | #ifndef _ASM_M32R_BYTEORDER_H | 1 | #ifndef _ASM_M32R_BYTEORDER_H |
| 2 | #define _ASM_M32R_BYTEORDER_H | 2 | #define _ASM_M32R_BYTEORDER_H |
| 3 | 3 | ||
| 4 | #include <asm/types.h> | 4 | #include <asm/swab.h> |
| 5 | |||
| 6 | #if !defined(__STRICT_ANSI__) || defined(__KERNEL__) | ||
| 7 | # define __BYTEORDER_HAS_U64__ | ||
| 8 | # define __SWAB_64_THRU_32__ | ||
| 9 | #endif | ||
| 10 | 5 | ||
| 11 | #if defined(__LITTLE_ENDIAN__) | 6 | #if defined(__LITTLE_ENDIAN__) |
| 12 | # include <linux/byteorder/little_endian.h> | 7 | # include <linux/byteorder/little_endian.h> |
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 @@ | |||
| 1 | #ifndef _ASM_M32R_SWAB_H | ||
| 2 | #define _ASM_M32R_SWAB_H | ||
| 3 | |||
| 4 | #include <asm/types.h> | ||
| 5 | |||
| 6 | #if !defined(__STRICT_ANSI__) || defined(__KERNEL__) | ||
| 7 | # define __SWAB_64_THRU_32__ | ||
| 8 | #endif | ||
| 9 | |||
| 10 | #endif /* _ASM_M32R_SWAB_H */ | ||
