uatomic/x86: Remove redundant memory barriers
[urcu.git] / include / urcu / uatomic / nios2.h
CommitLineData
d3d3857f
MJ
1// SPDX-FileCopyrightText: 2016 Marek Vasut <marex@denx.de>
2//
3// SPDX-License-Identifier: MIT
4
859050b3
MV
5#ifndef _URCU_UATOMIC_ARCH_NIOS2_H
6#define _URCU_UATOMIC_ARCH_NIOS2_H
7
8/*
9 * Atomic exchange operations for the NIOS2 architecture. Let GCC do it.
859050b3
MV
10 */
11
12#include <urcu/compiler.h>
13#include <urcu/system.h>
14#include <urcu/uatomic/generic.h>
15
16#endif /* _URCU_UATOMIC_ARCH_NIOS2_H */
This page took 0.035783 seconds and 4 git commands to generate.