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