2017-11-01 22:08:43 +08:00
|
|
|
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
|
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 */
|