2005-04-16 15:20:36 -07:00
|
|
|
#ifndef __ASM_SH_BYTEORDER_H
|
|
|
|
#define __ASM_SH_BYTEORDER_H
|
|
|
|
|
2008-10-31 16:01:22 +09:00
|
|
|
#ifdef __LITTLE_ENDIAN__
|
2009-01-06 14:56:25 -08:00
|
|
|
#include <linux/byteorder/little_endian.h>
|
2008-10-31 16:01:22 +09:00
|
|
|
#else
|
2009-01-06 14:56:25 -08:00
|
|
|
#include <linux/byteorder/big_endian.h>
|
2008-10-31 16:01:22 +09:00
|
|
|
#endif
|
|
|
|
|
2005-04-16 15:20:36 -07:00
|
|
|
#endif /* __ASM_SH_BYTEORDER_H */
|