blob: 61ff9cfd8451c7c60b4fa0f997599a29d50547d9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef _ASM_M32R_BYTEORDER_H
2#define _ASM_M32R_BYTEORDER_H
3
Harvey Harrisonf15d4112009-01-06 14:56:33 -08004#include <asm/swab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005
6#if defined(__LITTLE_ENDIAN__)
7# include <linux/byteorder/little_endian.h>
8#else
9# include <linux/byteorder/big_endian.h>
10#endif
11
12#endif /* _ASM_M32R_BYTEORDER_H */