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