xref: /linux/arch/loongarch/include/asm/asm-prototypes.h (revision 36ec807b627b4c0a0a382f0ae48eac7187d14b2b)
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #include <linux/uaccess.h>
3 #include <asm/fpu.h>
4 #include <asm/lbt.h>
5 #include <asm/mmu_context.h>
6 #include <asm/page.h>
7 #include <asm/ftrace.h>
8 #include <asm-generic/asm-prototypes.h>
9 
10 #ifdef CONFIG_ARCH_SUPPORTS_INT128
11 __int128_t __ashlti3(__int128_t a, int b);
12 __int128_t __ashrti3(__int128_t a, int b);
13 __int128_t __lshrti3(__int128_t a, int b);
14 #endif
15