linux-hardened/include/asm-m32r/byteorder.h
Harvey Harrison f15d411ad9 m32r: introduce asm/swab.h
Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2009-01-06 18:10:28 -08:00

12 lines
251 B
C

#ifndef _ASM_M32R_BYTEORDER_H
#define _ASM_M32R_BYTEORDER_H
#include <asm/swab.h>
#if defined(__LITTLE_ENDIAN__)
# include <linux/byteorder/little_endian.h>
#else
# include <linux/byteorder/big_endian.h>
#endif
#endif /* _ASM_M32R_BYTEORDER_H */