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