summaryrefslogtreecommitdiffstats
path: root/tools/objtool/arch/x86/include/arch/endianness.h
blob: 7c362527da20510d4781965247a6e5e027ecc442 (plain)
1
2
3
4
5
6
7
8
9
/* 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 */