1 /* SPDX-License-Identifier: GPL-2.0 */
3 * asm-generic/int-ll64.h
5 * Integer declarations for architectures which use "long long"
8 #ifndef _ASM_GENERIC_INT_LL64_H
9 #define _ASM_GENERIC_INT_LL64_H
11 #include <uapi/asm-generic/int-ll64.h>
26 #define U8_C(x) x ## U
28 #define U16_C(x) x ## U
30 #define U32_C(x) x ## U
31 #define S64_C(x) x ## LL
32 #define U64_C(x) x ## ULL
34 #else /* __ASSEMBLY__ */
45 #endif /* __ASSEMBLY__ */
47 #endif /* _ASM_GENERIC_INT_LL64_H */