blob: db2f5d7cb17db21a031553ac04c2338feb0dc7e9 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#ifndef __ASM_SH_BYTEORDER_H
2#define __ASM_SH_BYTEORDER_H
3
Harvey Harrison14062662008-10-31 16:01:22 +09004#ifdef __LITTLE_ENDIAN__
Harvey Harrison1af84a62009-01-06 14:56:25 -08005#include <linux/byteorder/little_endian.h>
Harvey Harrison14062662008-10-31 16:01:22 +09006#else
Harvey Harrison1af84a62009-01-06 14:56:25 -08007#include <linux/byteorder/big_endian.h>
Harvey Harrison14062662008-10-31 16:01:22 +09008#endif
9
Linus Torvalds1da177e2005-04-16 15:20:36 -070010#endif /* __ASM_SH_BYTEORDER_H */