1 // SPDX-FileCopyrightText: 2018 Michael Jeanson <mjeanson@efficios.com>
3 // SPDX-License-Identifier: LGPL-2.1-or-later
5 #ifndef _URCU_ARCH_RISCV_H
6 #define _URCU_ARCH_RISCV_H
9 * arch/riscv.h: definitions for the RISC-V architecture
12 #include <urcu/compiler.h>
13 #include <urcu/config.h>
14 #include <urcu/syscall-compat.h>
24 * On Linux, define the membarrier system call number if not yet available in
27 #if (defined(__linux__) && !defined(__NR_membarrier))
28 #define __NR_membarrier 283
35 #include <urcu/arch/generic.h>
37 #endif /* _URCU_ARCH_RISCV_H */
This page took 0.029883 seconds and 4 git commands to generate.