]> Git Repo - J-linux.git/blob - arch/s390/include/asm/asm-prototypes.h
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / arch / s390 / include / asm / asm-prototypes.h
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 */
This page took 0.025924 seconds and 4 git commands to generate.