Sign in
linux
/
linux
/
kernel
/
git
/
herbert
/
crypto-2.6
/
383ce25dd2b117da0c092dc0b45e7ad0e9ffcbb2
/
.
/
tools
/
objtool
/
arch
/
x86
/
include
/
arch
/
endianness.h
blob: 7c362527da20510d4781965247a6e5e027ecc442 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-or-later */
#ifndef
_ARCH_ENDIANNESS_H
#define
_ARCH_ENDIANNESS_H
#include
<endian.h>
#define
__TARGET_BYTE_ORDER __LITTLE_ENDIAN
#endif
/* _ARCH_ENDIANNESS_H */