hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/arch/riscv/include/asm/asm-prototypes.h
....@@ -1,7 +1,12 @@
11 /* SPDX-License-Identifier: GPL-2.0 */
22 #ifndef _ASM_RISCV_PROTOTYPES_H
3
+#define _ASM_RISCV_PROTOTYPES_H
34
45 #include <linux/ftrace.h>
56 #include <asm-generic/asm-prototypes.h>
67
8
+long long __lshrti3(long long a, int b);
9
+long long __ashrti3(long long a, int b);
10
+long long __ashlti3(long long a, int b);
11
+
712 #endif /* _ASM_RISCV_PROTOTYPES_H */