diff options
author | Harvey Harrison <harvey.harrison@gmail.com> | 2009-01-06 23:56:33 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-07 03:10:28 +0100 |
commit | 919594765dcf803017b2227425c1b27b5ea537be (patch) | |
tree | bb54bb56254c1727ebc1efe0c69237478a189ec0 /include/asm-frv/swab.h | |
parent | m32r: introduce asm/swab.h (diff) | |
download | linux-919594765dcf803017b2227425c1b27b5ea537be.tar.xz linux-919594765dcf803017b2227425c1b27b5ea537be.zip |
frv: 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-frv/swab.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 @@ +#ifndef _ASM_SWAB_H +#define _ASM_SWAB_H + +#include <asm/types.h> + +#if defined(__GNUC__) && !defined(__STRICT_ANSI__) || defined(__KERNEL__) +# define __SWAB_64_THRU_32__ +#endif + +#endif /* _ASM_SWAB_H */ |