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 | 919594765dcf803017b2227425c1b27b5ea537be (patch) | |
| tree | bb54bb56254c1727ebc1efe0c69237478a189ec0 | |
| parent | f15d411ad9986185303b556e0f5e7acafc4ef223 (diff) | |
frv: 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-frv/Kbuild | 1 | ||||
| -rw-r--r-- | include/asm-frv/byteorder.h | 8 | ||||
| -rw-r--r-- | include/asm-frv/swab.h | 10 |
3 files changed, 12 insertions, 7 deletions
diff --git a/include/asm-frv/Kbuild b/include/asm-frv/Kbuild index 0f8956def738..1f44e7c76995 100644 --- a/include/asm-frv/Kbuild +++ b/include/asm-frv/Kbuild | |||
| @@ -3,3 +3,4 @@ include include/asm-generic/Kbuild.asm | |||
| 3 | header-y += registers.h | 3 | header-y += registers.h |
| 4 | 4 | ||
| 5 | unifdef-y += termios.h | 5 | unifdef-y += termios.h |
| 6 | unifdef-y += swab.h | ||
diff --git a/include/asm-frv/byteorder.h b/include/asm-frv/byteorder.h index 411bec3cc1fc..1187e51ecd13 100644 --- a/include/asm-frv/byteorder.h +++ b/include/asm-frv/byteorder.h | |||
| @@ -1,13 +1,7 @@ | |||
| 1 | #ifndef _ASM_BYTEORDER_H | 1 | #ifndef _ASM_BYTEORDER_H |
| 2 | #define _ASM_BYTEORDER_H | 2 | #define _ASM_BYTEORDER_H |
| 3 | 3 | ||
| 4 | #include <asm/types.h> | 4 | #include <asm/swab.h> |
| 5 | |||
| 6 | #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) | ||
| 7 | # define __BYTEORDER_HAS_U64__ | ||
| 8 | # define __SWAB_64_THRU_32__ | ||
| 9 | #endif | ||
| 10 | |||
| 11 | #include <linux/byteorder/big_endian.h> | 5 | #include <linux/byteorder/big_endian.h> |
| 12 | 6 | ||
| 13 | #endif /* _ASM_BYTEORDER_H */ | 7 | #endif /* _ASM_BYTEORDER_H */ |
diff --git a/include/asm-frv/swab.h b/include/asm-frv/swab.h new file mode 100644 index 000000000000..afb3396ba5ed --- /dev/null +++ b/include/asm-frv/swab.h | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | #ifndef _ASM_SWAB_H | ||
| 2 | #define _ASM_SWAB_H | ||
| 3 | |||
| 4 | #include <asm/types.h> | ||
| 5 | |||
| 6 | #if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) | ||
| 7 | # define __SWAB_64_THRU_32__ | ||
| 8 | #endif | ||
| 9 | |||
| 10 | #endif /* _ASM_SWAB_H */ | ||
