objtool: Fix SEGFAULT
[linux-block.git] / tools / objtool / arch / x86 / include / arch / endianness.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 #ifndef _ARCH_ENDIANNESS_H
3 #define _ARCH_ENDIANNESS_H
4
5 #include <endian.h>
6
7 #define __TARGET_BYTE_ORDER __LITTLE_ENDIAN
8
9 #endif /* _ARCH_ENDIANNESS_H */