1 /* SPDX-License-Identifier: GPL-2.0 */ 2 #ifndef _ASM_S390_PROTOTYPES_H 3 4 #include <linux/kvm_host.h> 5 #include <linux/ftrace.h> 6 #include <asm/fpu.h> 7 #include <asm/nospec-branch.h> 8 #include <asm-generic/asm-prototypes.h> 9 10 __int128_t __ashlti3(__int128_t a, int b); 11 __int128_t __ashrti3(__int128_t a, int b); 12 __int128_t __lshrti3(__int128_t a, int b); 13 14 #endif /* _ASM_S390_PROTOTYPES_H */ 15
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.