Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
plagnioj
/
linux-fbdev
/
932ff06b2a3b4dd3da4dff35c51fa3398e30b635
/
.
/
arch
/
m32r
/
include
/
uapi
/
asm
/
byteorder.h
blob: 21855d8b028b5ddd62dd2600ff4ef5e3ab92fb9e [
file
] [
log
] [
blame
]
#ifndef
_ASM_M32R_BYTEORDER_H
#define
_ASM_M32R_BYTEORDER_H
#if defined(__LITTLE_ENDIAN__)
# include <linux/byteorder/little_endian.h>
#else
# include <linux/byteorder/big_endian.h>
#endif
#endif
/* _ASM_M32R_BYTEORDER_H */