asm-prototypes.h 332 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_RISCV_PROTOTYPES_H
  3. #define _ASM_RISCV_PROTOTYPES_H
  4. #include <linux/ftrace.h>
  5. #include <asm-generic/asm-prototypes.h>
  6. long long __lshrti3(long long a, int b);
  7. long long __ashrti3(long long a, int b);
  8. long long __ashlti3(long long a, int b);
  9. #endif /* _ASM_RISCV_PROTOTYPES_H */