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