1 // SPDX-FileCopyrightText: 2016 Marek Vasut <marex@denx.de>
3 // SPDX-License-Identifier: LGPL-2.1-or-later
5 #ifndef _URCU_ARCH_NIOS2_H
6 #define _URCU_ARCH_NIOS2_H
9 * arch_nios2.h: trivial definitions for the NIOS2 architecture.
12 #include <urcu/compiler.h>
13 #include <urcu/config.h>
14 #include <urcu/syscall-compat.h>
20 #define cmm_mb() cmm_barrier()
26 #include <urcu/arch/generic.h>
28 #endif /* _URCU_ARCH_NIOS2_H */
This page took 0.030327 seconds and 4 git commands to generate.